aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-08 02:39:03 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-08 02:39:03 +0000
commitdb8f7ba0fb38194f47b0091249d7966f37792962 (patch)
treeb105f366c5add300f61e637183ad3e3cf422b096
parent465842710c7cb87e0e8fffd0b2afe3d624fe2354 (diff)
downloadbullet-lab-remix-db8f7ba0fb38194f47b0091249d7966f37792962.tar.xz
Add missing include.
Please note that sdks are not included in this repo.
-rw-r--r--hgewin/sound.cpp1
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"