Added an #include for possible time syncing code.
This commit is contained in:
parent
11e112c1e4
commit
81af63cfa5
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue