summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-10-09 17:15:44 +0200
committerSamuel Rødal <sroedal@trolltech.com>2009-10-09 17:15:44 +0200
commitb7a37e2dbd4d763989ab4fa30453941ba9a6cb53 (patch)
tree8bd9829c42d70a40ac9f54b7bbe6a0ed11579c58
parentebdaf49bf68dea42787af342c56a0ec636bec707 (diff)
Added missing include to fix compilation.
-rw-r--r--mazescene.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mazescene.cpp b/mazescene.cpp
index 6a8821e..46c1acb 100644
--- a/mazescene.cpp
+++ b/mazescene.cpp
@@ -36,6 +36,8 @@
#include <qmath.h>
#include <qdebug.h>
+#include <limits>
+
#include "scriptwidget.h"
#include "entity.h"
#include "modelitem.h"