]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/nmea.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Network / nmea.cxx
index d6c9726e135b774f5c581b20677aef05c905a3b4..577e694cc0f7a2ea86f66f8cb939d5e302c257f9 100644 (file)
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/io/iochannel.hxx>
+#include <simgear/timing/sg_time.hxx>
 
 #include <FDM/flight.hxx>
 #include <Main/globals.hxx>
 
 #include "nmea.hxx"
 
+SG_USING_NAMESPACE(std);
+
 
 FGNMEA::FGNMEA() {
 }