diff options
Diffstat (limited to 'engine/xe_sound.hpp')
-rw-r--r-- | engine/xe_sound.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/xe_sound.hpp b/engine/xe_sound.hpp index 4b14589..a891ea3 100644 --- a/engine/xe_sound.hpp +++ b/engine/xe_sound.hpp @@ -4,6 +4,9 @@ #include <AL/alc.h> #include <AL/alut.h> #include <string> +#include <vector> +#include <stdexcept> +#include <iostream> #define GLM_FORCE_RADIANS #define GLM_FORCE_DEPTH_ZERO_TO_ONE |