summaryrefslogtreecommitdiffstats
path: root/sigmod/MapTile.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-26 18:09:39 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-26 18:09:39 -0400
commit4325434c47799ad41003a1d100f24e0f705f6e17 (patch)
tree7788c74534f81cfaa206d4b3516cc893c6399731 /sigmod/MapTile.h
parentc40f1818b4f090c1180b463a1c814e75aab7e354 (diff)
downloadsigen-4325434c47799ad41003a1d100f24e0f705f6e17.tar.gz
sigen-4325434c47799ad41003a1d100f24e0f705f6e17.tar.xz
sigen-4325434c47799ad41003a1d100f24e0f705f6e17.zip
Fix includes after function split
Diffstat (limited to 'sigmod/MapTile.h')
-rw-r--r--sigmod/MapTile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sigmod/MapTile.h b/sigmod/MapTile.h
index 1eb0035b..14750ffc 100644
--- a/sigmod/MapTile.h
+++ b/sigmod/MapTile.h
@@ -25,6 +25,9 @@
// Sigmod includes
#include "Object.h"
+// Qt includes
+#include <QtCore/QPoint>
+
namespace Sigmod
{
class Map;