diff options
author | Paul Gilbert | 2016-08-22 20:47:14 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-08-22 20:47:14 -0400 |
commit | 2822fb5811dd4764a5d5dda5f77ce8f838b604e8 (patch) | |
tree | 46a71acf1eb0a69e21b2f07cbd64d99dbf7693bf /engines | |
parent | 8b3829549a2c82a09f7475c35173238f7470d587 (diff) | |
download | scummvm-rg350-2822fb5811dd4764a5d5dda5f77ce8f838b604e8.tar.gz scummvm-rg350-2822fb5811dd4764a5d5dda5f77ce8f838b604e8.tar.bz2 scummvm-rg350-2822fb5811dd4764a5d5dda5f77ce8f838b604e8.zip |
TITANIC: Compilation fix
Diffstat (limited to 'engines')
-rw-r--r-- | engines/titanic/support/exe_resources.cpp | 2 |
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 { |