]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/sg_time.hxx
Doxygen ...
[simgear.git] / simgear / timing / sg_time.hxx
index 9c143b18de3936b76351a46feb54969b9127d5c7..cba4b27f203f9a167387f8834979d91518036b01 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef FG_HAVE_STD_INCLUDES
+#ifdef SG_HAVE_STD_INCLUDES
 #  include <ctime>
 #else
 #  include <time.h>
 #endif
 
-#include "timezone.h"
+#include <simgear/timing/timezone.h>
 
 
 // Define a structure containing time parameters
@@ -86,6 +86,7 @@ public:
 
     SGTime( double lon, double lat, const string& root );
     SGTime( const string& root );
+    SGTime();
     ~SGTime();
 
     // Update the time related variables