summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 28af6bf..77d9549 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -1,4 +1,4 @@
-#include "window.hpp"
+#include "sdl/window.hpp"
Window::Window(int width, int height, const std::string& title)
{