aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 12:39:51 +0200
committerEugene Sandulenko2019-09-03 17:17:27 +0200
commit99fc798b2eba492931a15f4208aa412f82be8ecd (patch)
treed49143292ed8daed22727cb8a136db22fa8878e8 /engines/hdb/lua-script.cpp
parent0c29eff799934fb3d624f3d0318c2a9617820a55 (diff)
downloadscummvm-rg350-99fc798b2eba492931a15f4208aa412f82be8ecd.tar.gz
scummvm-rg350-99fc798b2eba492931a15f4208aa412f82be8ecd.tar.bz2
scummvm-rg350-99fc798b2eba492931a15f4208aa412f82be8ecd.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/lua-script.cpp')
-rw-r--r--engines/hdb/lua-script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp
index fc86596d4e..0160f7f4e0 100644
--- a/engines/hdb/lua-script.cpp
+++ b/engines/hdb/lua-script.cpp
@@ -26,6 +26,7 @@
#include "common/debug.h"
#include "hdb/hdb.h"
+#include "hdb/file-manager.h"
#include "hdb/lua-script.h"
#include "hdb/gfx.h"
#include "hdb/mpc.h"