From 19fd133ef823df38eb55481c147e7bd5ad3dfab7 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 23 May 2018 15:09:57 +1000 Subject: [PATCH] SITL: correct compilation for transitive include fail --- libraries/SITL/SITL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/SITL/SITL.h b/libraries/SITL/SITL.h index 54a610905c..04f3d20e93 100644 --- a/libraries/SITL/SITL.h +++ b/libraries/SITL/SITL.h @@ -1,5 +1,6 @@ #pragma once +#include #include class DataFlash_Class;