summaryrefslogtreecommitdiff
path: root/src/sound_openal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_openal.cpp')
-rw-r--r--src/sound_openal.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sound_openal.cpp b/src/sound_openal.cpp
index 258a5c195..e95b31b7f 100644
--- a/src/sound_openal.cpp
+++ b/src/sound_openal.cpp
@@ -38,10 +38,11 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
#endif
#include <vorbis/vorbisfile.h>
#include "log.h"
-#include <map>
-#include <vector>
#include "utility.h" // myrand()
#include "filesys.h"
+#include <map>
+#include <vector>
+#include <fstream>
#define BUFFER_SIZE 30000