]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_commands.cxx
Make sure 'make dist' keeps working.
[flightgear.git] / src / Main / fg_commands.cxx
index 96e7175afcd0f7e371272349a5ae84059368ab04..9b0fd0f40a5535795d250ae0a35d78a3d492ce15 100644 (file)
@@ -18,6 +18,7 @@
 #include <simgear/structure/exception.hxx>
 #include <simgear/structure/commands.hxx>
 #include <simgear/props/props.hxx>
+#include <simgear/structure/event_mgr.hxx>
 
 #include <Cockpit/panel.hxx>
 #include <Cockpit/panel_io.hxx>
@@ -45,9 +46,9 @@
 #include "viewmgr.hxx"
 #include "main.hxx"
 
-SG_USING_STD(string);
-SG_USING_STD(ifstream);
-SG_USING_STD(ofstream);
+using std::string;
+using std::ifstream;
+using std::ofstream;
 
 
 \f