aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/pink.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/pink.h')
-rw-r--r--engines/pink/pink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/pink/pink.h b/engines/pink/pink.h
index 634adcd430..e77ba7274f 100644
--- a/engines/pink/pink.h
+++ b/engines/pink/pink.h
@@ -35,6 +35,7 @@
#include "pink/constants.h"
#include "pink/director.h"
#include "pink/file.h"
+#include "pink/utils.h"
/*
* This is the namespace of the Pink engine.
@@ -122,7 +123,7 @@ private:
LeadActor *_actor;
Module *_module;
- Common::Array<NamedObject*> _modules;
+ Array<NamedObject*> _modules;
Common::StringMap _variables;