]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/menubar.hxx
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / GUI / menubar.hxx
index e3a97d57e40112330d481f2427e05ea8df528f11..eab4b7ff8c6d939b700fe5d1a71e6615fb45d100 100644 (file)
 #include <plib/pu.h>
 
 #include <map>
-SG_USING_STD(map);
+using std::map;
 
 #include <vector>
-SG_USING_STD(vector);
+using std::vector;
 
 
 class puMenuBar;