diff options
-rw-r--r-- | hgewin/sound.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hgewin/sound.cpp b/hgewin/sound.cpp index 9f6869c..2bde29e 100644 --- a/hgewin/sound.cpp +++ b/hgewin/sound.cpp @@ -16,6 +16,7 @@ // Channel functions are fully supported now. However music and streaming are // still not supported. Some APIs changed for OpenAL is different from BA$$. +#include <cassert> #include "hge_impl.h" #include "AL/al.h" |