From b7a37e2dbd4d763989ab4fa30453941ba9a6cb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Fri, 9 Oct 2009 17:15:44 +0200 Subject: Added missing include to fix compilation. --- mazescene.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mazescene.cpp b/mazescene.cpp index 6a8821e..46c1acb 100644 --- a/mazescene.cpp +++ b/mazescene.cpp @@ -36,6 +36,8 @@ #include #include +#include + #include "scriptwidget.h" #include "entity.h" #include "modelitem.h" -- cgit v1.2.3