summaryrefslogtreecommitdiffstats
path: root/src/sound/oalsound/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/oalsound/buffer.h')
-rw-r--r--src/sound/oalsound/buffer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sound/oalsound/buffer.h b/src/sound/oalsound/buffer.h
index 8c4a2d3..7286deb 100644
--- a/src/sound/oalsound/buffer.h
+++ b/src/sound/oalsound/buffer.h
@@ -19,8 +19,11 @@
#pragma once
#include <string>
+#include <vector>
+#include <array>
-#include <AL/alut.h>
+#include <AL/al.h>
+#include <sndfile.h>
#include "sound/sound.h"
#include "common/logger.h"