move filesystem header to right place
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
#include "emulator.hpp"
|
||||
|
||||
class FrontendSDL {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "panda_sdl/frontend_sdl.hpp"
|
||||
|
||||
#include <filesystem>
|
||||
#include <glad/gl.h>
|
||||
|
||||
FrontendSDL::FrontendSDL() {
|
||||
|
||||
Reference in New Issue
Block a user