]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/moonpos.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Time / moonpos.hxx
index dad36e880b312a9d1cdeca90cac2ba1165f24e9f..8551afebd40e2bc6d350542ac4ff5eed36305881 100644 (file)
 # 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>
+#  ifdef macintosh
+     SG_USING_STD(time_t);
+#  endif
 #else
 #  include <time.h>
 #endif