aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-22 20:47:14 -0400
committerPaul Gilbert2016-08-22 20:47:14 -0400
commit2822fb5811dd4764a5d5dda5f77ce8f838b604e8 (patch)
tree46a71acf1eb0a69e21b2f07cbd64d99dbf7693bf
parent8b3829549a2c82a09f7475c35173238f7470d587 (diff)
downloadscummvm-rg350-2822fb5811dd4764a5d5dda5f77ce8f838b604e8.tar.gz
scummvm-rg350-2822fb5811dd4764a5d5dda5f77ce8f838b604e8.tar.bz2
scummvm-rg350-2822fb5811dd4764a5d5dda5f77ce8f838b604e8.zip
TITANIC: Compilation fix
-rw-r--r--engines/titanic/support/exe_resources.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/support/exe_resources.cpp b/engines/titanic/support/exe_resources.cpp
index b3caf1986a..2b2c9c7635 100644
--- a/engines/titanic/support/exe_resources.cpp
+++ b/engines/titanic/support/exe_resources.cpp
@@ -21,6 +21,8 @@
*/
#include "titanic/support/exe_resources.h"
+#include "titanic/true_talk/script_handler.h"
+#include "titanic/titanic.h"
namespace Titanic {