diff options
Diffstat (limited to 'engines/sci/include/heapmgr.h')
-rw-r--r-- | engines/sci/include/heapmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/heapmgr.h b/engines/sci/include/heapmgr.h index dff2e9fc12..918a6a07fa 100644 --- a/engines/sci/include/heapmgr.h +++ b/engines/sci/include/heapmgr.h @@ -28,7 +28,7 @@ #ifndef _FREESCI_HEAPMGR_H_ #define _FREESCI_HEAPMGR_H_ -#include "sci/include/resource.h" +#include "sci/tools.h" #include "sci/include/sci_memory.h" namespace Sci { |