aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/tads/tads2/data.cpp')
-rw-r--r--engines/glk/tads/tads2/data.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/glk/tads/tads2/data.cpp b/engines/glk/tads/tads2/data.cpp
index c60fcb2c5f..b19f45f1fd 100644
--- a/engines/glk/tads/tads2/data.cpp
+++ b/engines/glk/tads/tads2/data.cpp
@@ -21,7 +21,8 @@
*/
#include "glk/tads/tads2/data.h"
-#include "glk/tads/tads2/types.h"
+#include "glk/tads/tads2/lib.h"
+#include "glk/tads/tads2/run.h"
#include "glk/tads/tads2/vocabulary.h"
#include "common/algorithm.h"