diff options
author | Paul Gilbert | 2014-05-04 18:46:18 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-05-04 18:46:18 -0400 |
commit | 8ebb16e98a6bd23849d2f4fe7df57ac89b6b2cb0 (patch) | |
tree | db5c9a1c279606bc4f52906735d818aaf561c992 /engines/mads/nebular/nebular_scenes.cpp | |
parent | 24b79dc5f1486e4cb208b95a8bc18f31ab50de4c (diff) | |
download | scummvm-rg350-8ebb16e98a6bd23849d2f4fe7df57ac89b6b2cb0.tar.gz scummvm-rg350-8ebb16e98a6bd23849d2f4fe7df57ac89b6b2cb0.tar.bz2 scummvm-rg350-8ebb16e98a6bd23849d2f4fe7df57ac89b6b2cb0.zip |
MADS: Further gcc compilation fixes
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.cpp')
-rw-r--r-- | engines/mads/nebular/nebular_scenes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes.cpp b/engines/mads/nebular/nebular_scenes.cpp index 0574ba9f29..a449cb6233 100644 --- a/engines/mads/nebular/nebular_scenes.cpp +++ b/engines/mads/nebular/nebular_scenes.cpp @@ -32,6 +32,7 @@ #include "mads/nebular/nebular_scenes2.h" #include "mads/nebular/nebular_scenes3.h" #include "mads/nebular/nebular_scenes4.h" +#include "mads/nebular/nebular_scenes5.h" #include "mads/nebular/nebular_scenes8.h" namespace MADS { |