X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fsoundmgr_openal.cxx;h=f0c08eb2c7c7c76631eb8bc49c2691e758afc0b3;hb=be7065674586ffbb5940ab21a028bc8c461217e2;hp=3a0b2979c3a4d841caf11cdddd67518fcd44e8e1;hpb=7d77eff4f4699ffda162cb8d7572b38a1087fb55;p=simgear.git diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 3a0b2979..f0c08eb2 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -47,6 +47,7 @@ #include using std::string; +using std::vector; extern bool isNaN(float *v);