X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fxmlsound.hxx;h=22dc5c2eeedf3fd877045c3b2da6369145603e7b;hb=8174005ac897f7042d71145201f139b67e08a5ce;hp=de1be7b627c577937ece12c9f5d7d20fd0050a8a;hpb=b20b3229bf9943aa63bc5c51c9401e96b33df299;p=simgear.git diff --git a/simgear/sound/xmlsound.hxx b/simgear/sound/xmlsound.hxx index de1be7b6..22dc5c2e 100644 --- a/simgear/sound/xmlsound.hxx +++ b/simgear/sound/xmlsound.hxx @@ -33,6 +33,8 @@ # error This library requires C++ #endif +#include + #include #include @@ -149,8 +151,8 @@ private: double _stopping; // time after the sound should have stopped. // This is usefull for lost packets in in-trasit mode. - vector<_snd_prop> _volume; - vector<_snd_prop> _pitch; + std::vector<_snd_prop> _volume; + std::vector<_snd_prop> _pitch; };