SITL: add missing includes for SITL object

This commit is contained in:
Peter Barker 2023-09-14 21:05:59 +10:00 committed by Andrew Tridgell
parent 8fb1f6f02c
commit b43f4f78a3
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include <AP_Logger/AP_Logger.h>
#include <errno.h>
#include <stdio.h>
#include <SITL/SITL.h>
using namespace SITL;