mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Merge pull request #317 from OFFTKP/master
move filesystem header to right place
This commit is contained in:
commit
df3c90109b
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