diff options
Diffstat (limited to 'engines/titanic/core/saveable_object.h')
-rw-r--r-- | engines/titanic/core/saveable_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/saveable_object.h b/engines/titanic/core/saveable_object.h index 5a6e4c999d..e067df2b99 100644 --- a/engines/titanic/core/saveable_object.h +++ b/engines/titanic/core/saveable_object.h @@ -27,7 +27,7 @@ #include "common/array.h" #include "common/hash-str.h" #include "common/list.h" -#include "titanic/simple_file.h" +#include "titanic/support/simple_file.h" namespace Titanic { |