aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/tables.cpp
diff options
context:
space:
mode:
authorChristoph Mallon2012-03-17 18:55:10 +0100
committerChristoph Mallon2012-03-17 23:00:55 +0100
commit55c3350e38f1e74b478657624368169556845ad2 (patch)
tree83e1acafc30c335a5a0e9001a636eae0de7248ad /devtools/create_kyradat/tables.cpp
parent9f827e339297306eed2d7b9a355eccd7d2ac0328 (diff)
downloadscummvm-rg350-55c3350e38f1e74b478657624368169556845ad2.tar.gz
scummvm-rg350-55c3350e38f1e74b478657624368169556845ad2.tar.bz2
scummvm-rg350-55c3350e38f1e74b478657624368169556845ad2.zip
DEVTOOLS: Include necessary headers for compilation.
Diffstat (limited to 'devtools/create_kyradat/tables.cpp')
-rw-r--r--devtools/create_kyradat/tables.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/create_kyradat/tables.cpp b/devtools/create_kyradat/tables.cpp
index 1b9ca45259..1b9f90f18f 100644
--- a/devtools/create_kyradat/tables.cpp
+++ b/devtools/create_kyradat/tables.cpp
@@ -25,6 +25,8 @@
#include "tables.h"
#include "create_kyradat.h"
+#include "common/language.h"
+#include "common/platform.h"
#define EXTRACT_END_ENTRY { UNK_LANG, kPlatformUnknown, { 0, 0, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } } }