Browse Source

SITL: include stdio for some printfs

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
44e89a1cd8
  1. 2
      libraries/SITL/SIM_Sprayer.cpp

2
libraries/SITL/SIM_Sprayer.cpp

@ -20,6 +20,8 @@
#include "AP_HAL/AP_HAL.h" #include "AP_HAL/AP_HAL.h"
#include "AP_Math/AP_Math.h" #include "AP_Math/AP_Math.h"
#include <stdio.h>
using namespace SITL; using namespace SITL;
// table of user settable parameters // table of user settable parameters

Loading…
Cancel
Save