diff --git a/simgear/timing/timestamp.cxx b/simgear/timing/timestamp.cxx index a2eae9ee..2189d643 100644 --- a/simgear/timing/timestamp.cxx +++ b/simgear/timing/timestamp.cxx @@ -31,6 +31,7 @@ #include #include +#include #ifdef HAVE_SYS_TIMEB_H # include // for ftime() and struct timeb @@ -44,7 +45,6 @@ #if defined(_POSIX_TIMERS) && (0 < _POSIX_TIMERS) # include -# include #endif #ifdef WIN32