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
commit df3c90109b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() {