summaryrefslogtreecommitdiff
path: root/src/interface/Window.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-12 21:32:57 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-12 21:32:57 (GMT)
commit8ca27520a437bf33fb374d5a88731605cd3739e7 (patch)
treef081511e0f26946016529382c68000d3c6ea5a3a /src/interface/Window.cpp
parentca7c0e7370542a97dd03210e13ec2c56679d5ca4 (diff)
downloadpowder-8ca27520a437bf33fb374d5a88731605cd3739e7.zip
powder-8ca27520a437bf33fb374d5a88731605cd3739e7.tar.gz
Use forward declarations more to avoid excessive includes
Diffstat (limited to 'src/interface/Window.cpp')
-rw-r--r--src/interface/Window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Window.cpp b/src/interface/Window.cpp
index 2914b1e..7a376d8 100644
--- a/src/interface/Window.cpp
+++ b/src/interface/Window.cpp
@@ -1,5 +1,6 @@
#include <iostream>
#include "Window.h"
+#include "Keys.h"
#include "Component.h"
#include "interface/Point.h"
#include "interface/Button.h"