diff options
author | Paul Gilbert | 2017-08-25 07:23:35 -0400 |
---|---|---|
committer | GitHub | 2017-08-25 07:23:35 -0400 |
commit | 9b07378c244004b7fe6800f984aebd3716f6bb62 (patch) | |
tree | 913ef9b05a4e852c75c3c19b06fbebbaaa414898 /engines/titanic/sound/music_room_handler.cpp | |
parent | bb3fb4a963fd2e3abe6ed7c3eea60523ebd35093 (diff) | |
parent | d01354ab0d33bb5a7eb113027eaf599e1339804a (diff) | |
download | scummvm-rg350-9b07378c244004b7fe6800f984aebd3716f6bb62.tar.gz scummvm-rg350-9b07378c244004b7fe6800f984aebd3716f6bb62.tar.bz2 scummvm-rg350-9b07378c244004b7fe6800f984aebd3716f6bb62.zip |
Merge pull request #999 from dafioram/header_reduce
TITANIC: Reduce header includes
Diffstat (limited to 'engines/titanic/sound/music_room_handler.cpp')
-rw-r--r-- | engines/titanic/sound/music_room_handler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/sound/music_room_handler.cpp b/engines/titanic/sound/music_room_handler.cpp index 76d7043d0c..dbbe4e4ca8 100644 --- a/engines/titanic/sound/music_room_handler.cpp +++ b/engines/titanic/sound/music_room_handler.cpp @@ -22,6 +22,7 @@ #include "titanic/sound/music_room_handler.h" #include "titanic/sound/sound_manager.h" +#include "titanic/events.h" #include "titanic/core/project_item.h" #include "titanic/titanic.h" |