]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/voice.hxx
Merge branch 'torsten/metar'
[flightgear.git] / src / Sound / voice.hxx
index 117ee3aadeaeadf42889f8931705b5696932426b..39dae579ac1cac98f792c2416e92729923468f86 100644 (file)
 #  include <simgear/threads/SGQueue.hxx>
 #else
 #  include <queue>
-   SG_USING_STD(queue);
+   using std::queue;
 #endif // ENABLE_THREADS
 
-SG_USING_STD(vector);
+using std::vector;