aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 13:54:18 +0200
committerEugene Sandulenko2019-09-03 17:17:28 +0200
commit951943ececf0b2c27c19adbd6b60c020eee6d13a (patch)
treebe1fb885028feaf02228936254a698d19d370895 /engines/hdb/hdb.cpp
parent810ac81b0fc4960f5ef0ac3361223db9d3c5f2ac (diff)
downloadscummvm-rg350-951943ececf0b2c27c19adbd6b60c020eee6d13a.tar.gz
scummvm-rg350-951943ececf0b2c27c19adbd6b60c020eee6d13a.tar.bz2
scummvm-rg350-951943ececf0b2c27c19adbd6b60c020eee6d13a.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/hdb.cpp')
-rw-r--r--engines/hdb/hdb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index 21141786a7..f26b558002 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -20,6 +20,8 @@
*
*/
+#include "common/random.h"
+
#include "hdb/hdb.h"
#include "hdb/ai.h"
#include "hdb/file-manager.h"