1
0
Fork 0

Added an #include for possible time syncing code.

This commit is contained in:
curt 2003-05-27 19:23:12 +00:00
parent 11e112c1e4
commit 81af63cfa5

View file

@ -27,6 +27,8 @@
#include <simgear/compiler.h>
#include <simgear/timing/timestamp.hxx>
#include <FDM/flight.hxx>
#include "protocol.hxx"
@ -37,6 +39,7 @@ class FGNativeFDM : public FGProtocol, public FGInterface {
FGNetFDM buf;
int length;
SGTimeStamp last_time;
public: