From: curt Date: Tue, 27 May 2003 19:23:12 +0000 (+0000) Subject: Added an #include for possible time syncing code. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81af63cfa557a99383bd61131645c52d83e198b9;p=flightgear.git Added an #include for possible time syncing code. --- diff --git a/src/Network/native_fdm.hxx b/src/Network/native_fdm.hxx index adb78ecbf..7d55b3638 100644 --- a/src/Network/native_fdm.hxx +++ b/src/Network/native_fdm.hxx @@ -27,6 +27,8 @@ #include +#include + #include #include "protocol.hxx" @@ -37,6 +39,7 @@ class FGNativeFDM : public FGProtocol, public FGInterface { FGNetFDM buf; int length; + SGTimeStamp last_time; public: