From 2822fb5811dd4764a5d5dda5f77ce8f838b604e8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 22 Aug 2016 20:47:14 -0400 Subject: TITANIC: Compilation fix --- engines/titanic/support/exe_resources.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3