From db8f7ba0fb38194f47b0091249d7966f37792962 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sat, 8 Mar 2014 02:39:03 +0000 Subject: Add missing include. Please note that sdks are not included in this repo. --- hgewin/sound.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'hgewin') 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 #include "hge_impl.h" #include "AL/al.h" -- cgit v1.2.3