Merge pull request #317 from OFFTKP/master

move filesystem header to right place
This commit is contained in:
wheremyfoodat
2023-10-20 02:28:57 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
#include <SDL.h>
#include <filesystem>
#include "emulator.hpp"
class FrontendSDL {

View File

@@ -1,6 +1,5 @@
#include "panda_sdl/frontend_sdl.hpp"
#include <filesystem>
#include <glad/gl.h>
FrontendSDL::FrontendSDL() {