summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r--src/gui/widgets/window.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp
index 1c63bba31..c8535b197 100644
--- a/src/gui/widgets/window.cpp
+++ b/src/gui/widgets/window.cpp
@@ -72,7 +72,6 @@
#else
#include "resources/image.h"
#endif
-#include "graphicsvertexes.h"
#include "soundmanager.h"
#include "const/sound.h"
@@ -94,6 +93,8 @@
#include "render/renderers.h"
+#include "render/vertexes/graphicsvertexes.h"
+
#include "utils/delete2.h"
#include "debug.h"