aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/animation.h')
-rw-r--r--engines/sword1/animation.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h
index 629198a63d..e97fc083f6 100644
--- a/engines/sword1/animation.h
+++ b/engines/sword1/animation.h
@@ -30,9 +30,12 @@
#include "graphics/video/smk_decoder.h"
#include "graphics/video/video_player.h"
+#include "common/array.h"
+
+#include "sound/audiostream.h"
+
#include "sword1/screen.h"
#include "sword1/sound.h"
-#include "sound/audiostream.h"
namespace Sword1 {