]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/sunpos.hxx
Added FGScript.{cpp,h}
[flightgear.git] / src / Time / sunpos.hxx
index c1a57b83bebfe3ebb4259e19ecbd1f9f07f1386e..7d38a9abf3b0831c96d9a87f525da92742aa18c1 100644 (file)
@@ -44,8 +44,9 @@
 # error This library requires C++
 #endif                                   
 
-#include "Include/compiler.h"
-#ifdef FG_HAVE_STD_INCLUDES
+#include <simgear/compiler.h>
+
+#ifdef SG_HAVE_STD_INCLUDES
 #  include <ctime>
 #else
 #  include <time.h>