diff options
Diffstat (limited to 'src/sound_openal.cpp')
-rw-r--r-- | src/sound_openal.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sound_openal.cpp b/src/sound_openal.cpp index e95b31b7f..d2f7276a6 100644 --- a/src/sound_openal.cpp +++ b/src/sound_openal.cpp @@ -38,8 +38,10 @@ with this program; ifnot, write to the Free Software Foundation, Inc., #endif #include <vorbis/vorbisfile.h> #include "log.h" -#include "utility.h" // myrand() #include "filesys.h" +#include "util/numeric.h" // myrand() +#include "debug.h" // assert() +#include "porting.h" #include <map> #include <vector> #include <fstream> |