diff options
author | Christoph Mallon | 2012-03-17 18:55:10 +0100 |
---|---|---|
committer | Christoph Mallon | 2012-03-17 23:00:55 +0100 |
commit | 55c3350e38f1e74b478657624368169556845ad2 (patch) | |
tree | 83e1acafc30c335a5a0e9001a636eae0de7248ad /devtools/create_lure | |
parent | 9f827e339297306eed2d7b9a355eccd7d2ac0328 (diff) | |
download | scummvm-rg350-55c3350e38f1e74b478657624368169556845ad2.tar.gz scummvm-rg350-55c3350e38f1e74b478657624368169556845ad2.tar.bz2 scummvm-rg350-55c3350e38f1e74b478657624368169556845ad2.zip |
DEVTOOLS: Include necessary headers for compilation.
Diffstat (limited to 'devtools/create_lure')
-rw-r--r-- | devtools/create_lure/create_lure_dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_lure/create_lure_dat.h b/devtools/create_lure/create_lure_dat.h index 9259a8dcc8..ad49878d43 100644 --- a/devtools/create_lure/create_lure_dat.h +++ b/devtools/create_lure/create_lure_dat.h @@ -24,6 +24,7 @@ #define CREATE_LURE_DAT_H #include "common/endian.h" +#include "common/language.h" #include "common/util.h" #define VERSION_MAJOR 1 |