aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci')
-rw-r--r--engines/draci/animation.h2
-rw-r--r--engines/draci/surface.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/engines/draci/animation.h b/engines/draci/animation.h
index 1a7cb599cb..bbcf03b02f 100644
--- a/engines/draci/animation.h
+++ b/engines/draci/animation.h
@@ -26,6 +26,8 @@
#ifndef DRACI_ANIMATION_H
#define DRACI_ANIMATION_H
+#include "common/array.h"
+#include "common/list.h"
#include "common/rect.h"
#include "draci/sprite.h"
diff --git a/engines/draci/surface.h b/engines/draci/surface.h
index f3c0bd55e8..a5c9ddb597 100644
--- a/engines/draci/surface.h
+++ b/engines/draci/surface.h
@@ -26,6 +26,7 @@
#ifndef DRACI_SURFACE_H
#define DRACI_SURFACE_H
+#include "common/list.h"
#include "graphics/surface.h"
namespace Draci {