aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 12:01:00 +0200
committerEugene Sandulenko2019-09-03 17:17:27 +0200
commitc3d0f49538a441069d42944b52b73bd7d1c5952b (patch)
tree5dc0cfb07516d155ba016634eb469cc8c73729f6 /engines/hdb/hdb.cpp
parentb845e70102afff09e2377e37ea5831380549bb0d (diff)
downloadscummvm-rg350-c3d0f49538a441069d42944b52b73bd7d1c5952b.tar.gz
scummvm-rg350-c3d0f49538a441069d42944b52b73bd7d1c5952b.tar.bz2
scummvm-rg350-c3d0f49538a441069d42944b52b73bd7d1c5952b.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/hdb.cpp')
-rw-r--r--engines/hdb/hdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index 15240f6c9c..f2f20a28c6 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -31,6 +31,7 @@
#include "common/memstream.h"
#include "hdb/hdb.h"
+#include "hdb/gfx.h"
#include "hdb/console.h"
#include "hdb/menu.h"
#include "hdb/mpc.h"