Skip to content

Commit

Permalink
move filesystem header to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Oct 19, 2023
1 parent c348725 commit 6b5508d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/panda_sdl/frontend_sdl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <SDL.h>

#include <filesystem>

#include "emulator.hpp"

class FrontendSDL {
Expand Down
1 change: 0 additions & 1 deletion src/panda_sdl/frontend_sdl.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "panda_sdl/frontend_sdl.hpp"

#include <filesystem>
#include <glad/gl.h>

FrontendSDL::FrontendSDL() {
Expand Down

0 comments on commit 6b5508d

Please sign in to comment.