Fixed compilation with disabled sound support, closes #748

dev-time-step
krzys-h 2016-03-30 22:22:22 +02:00
parent d84304cba5
commit 39b364fa77
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "object/object_manager.h" #include "object/object_manager.h"
#include "sound/sound.h"
#ifdef OPENAL_SOUND #ifdef OPENAL_SOUND
#include "sound/oalsound/alsound.h" #include "sound/oalsound/alsound.h"
#endif #endif