diff options
| author | Paul Gilbert | 2018-12-02 10:19:12 -0800 | 
|---|---|---|
| committer | Paul Gilbert | 2018-12-08 19:05:59 -0800 | 
| commit | c68542dba8ecf7a9ad061c015061832eaa4bb016 (patch) | |
| tree | 8eb14155193c7b268218381a384922d76ca03271 | |
| parent | 14871c28bc9ec1b210412a072f0ab292febfd368 (diff) | |
| download | scummvm-rg350-c68542dba8ecf7a9ad061c015061832eaa4bb016.tar.gz scummvm-rg350-c68542dba8ecf7a9ad061c015061832eaa4bb016.tar.bz2 scummvm-rg350-c68542dba8ecf7a9ad061c015061832eaa4bb016.zip  | |
GLK: TADS: Compilation fix
| -rw-r--r-- | engines/glk/tads/tads2/data.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/tads/tads2/data.h b/engines/glk/tads/tads2/data.h index b2d8df6159..2276d37ecc 100644 --- a/engines/glk/tads/tads2/data.h +++ b/engines/glk/tads/tads2/data.h @@ -23,6 +23,8 @@  #ifndef GLK_TADS_TADS2_DATA  #define GLK_TADS_TADS2_DATA +#include "common/scummsys.h" +  namespace Glk {  namespace TADS {  namespace TADS2 {  | 
