mirror of https://github.com/ArduPilot/ardupilot
SITL: add missing includes for SITL object
This commit is contained in:
parent
8fb1f6f02c
commit
b43f4f78a3
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <SITL/SITL.h>
|
||||
|
||||
using namespace SITL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue