From: ehofman Date: Mon, 5 Oct 2009 11:10:40 +0000 (+0000) Subject: add the alc.h header file vor OpenAL context related code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=023002ae7395d5244c25af2db98007785b61739f;p=simgear.git add the alc.h header file vor OpenAL context related code --- diff --git a/simgear/sound/soundmgr_openal.hxx b/simgear/sound/soundmgr_openal.hxx index 2c40eeca..84c33502 100644 --- a/simgear/sound/soundmgr_openal.hxx +++ b/simgear/sound/soundmgr_openal.hxx @@ -45,9 +45,11 @@ # define AL_ILLEGAL_ENUM AL_INVALID_ENUM # define AL_ILLEGAL_COMMAND AL_INVALID_OPERATION # include +# include # include #else # include +# include # include #endif