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