X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2Fvoice.hxx;h=39dae579ac1cac98f792c2416e92729923468f86;hb=8b57675aef4930245a964816469be922e3004287;hp=117ee3aadeaeadf42889f8931705b5696932426b;hpb=a9319336badc474eb794af891b3bd6c63a81a62d;p=flightgear.git diff --git a/src/Sound/voice.hxx b/src/Sound/voice.hxx index 117ee3aad..39dae579a 100644 --- a/src/Sound/voice.hxx +++ b/src/Sound/voice.hxx @@ -44,10 +44,10 @@ # include #else # include - SG_USING_STD(queue); + using std::queue; #endif // ENABLE_THREADS -SG_USING_STD(vector); +using std::vector;