From 44e89a1cd8d339a214f1aadc2a004948f9067e00 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 12 Feb 2019 13:52:41 +1100 Subject: [PATCH] SITL: include stdio for some printfs --- libraries/SITL/SIM_Sprayer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/SITL/SIM_Sprayer.cpp b/libraries/SITL/SIM_Sprayer.cpp index 1b4c549f6d..8053f42351 100644 --- a/libraries/SITL/SIM_Sprayer.cpp +++ b/libraries/SITL/SIM_Sprayer.cpp @@ -20,6 +20,8 @@ #include "AP_HAL/AP_HAL.h" #include "AP_Math/AP_Math.h" +#include + using namespace SITL; // table of user settable parameters