mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
move filesystem header to right place
This commit is contained in:
parent
c3487251b6
commit
6b5508d52b
2 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue