X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Ftiming%2Ftimestamp.cxx;h=2189d643a8ec65c5313d2903ea6cbabd417982ce;hb=110753e92c4d512432b93d8789348a54341dec98;hp=a2eae9eef6b2b02af58cee940cd71e072526bc12;hpb=cd773e476407386a138ec1f9f6e46327f60e81a4;p=simgear.git 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