aboutsummaryrefslogtreecommitdiff
path: root/sword1/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/screen.cpp')
-rw-r--r--sword1/screen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword1/screen.cpp b/sword1/screen.cpp
index 23b4f154bf..994419261b 100644
--- a/sword1/screen.cpp
+++ b/sword1/screen.cpp
@@ -32,6 +32,10 @@
#include "sword1/menu.h"
#include "sword1/sword1.h"
+#ifdef BACKEND_8BIT
+#include "sword1/animation.h"
+#endif
+
#if defined(__PALM_OS__)
#include "arm/native.h"
#include "arm/macros.h"