AP_InertialSensor: use correct include for sim-on-hardware

This commit is contained in:
Andy Piper 2022-12-30 13:02:25 +00:00 committed by Peter Barker
parent 921f51d08a
commit 7f7305a6d9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "AP_InertialSensor_SITL.h" #include "AP_InertialSensor_SITL.h"
#include <AP_Logger/AP_Logger.h> #include <AP_Logger/AP_Logger.h>
#include <SITL/SITL.h> #include <SITL/SITL.h>
#include <stdio.h> #include <fcntl.h>
#if AP_SIM_INS_ENABLED #if AP_SIM_INS_ENABLED