]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/garmin.hxx
Substantial rewrite of FGNewMat, the material class. Most of the
[flightgear.git] / src / Network / garmin.hxx
index 901db374c2f62992bcb1c262edbf932dab6f5349..5e2db9416ad4406368501cc520d238c5149b6d05 100644 (file)
 #define _FG_GARMIN_HXX
 
 
-#include "Include/compiler.h"
+#include <simgear/compiler.h>
 
 #include STL_STRING
 
 #include "protocol.hxx"
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 
 class FGGarmin : public FGProtocol {