From c0e548fc604ff3a242d0eb16842e7b4f0679cf7d Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Thu, 30 Jan 2014 13:33:59 +1100
Subject: [PATCH] AP_Notify: fixed example build

---
 libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde b/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde
index e7b870d1a..af3fae4f7 100644
--- a/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde
+++ b/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde
@@ -8,6 +8,7 @@
 #include <AP_ADC.h>
 #include <AP_InertialSensor.h>
 #include <AP_GPS.h>
+#include <AP_Baro.h>
 #include <DataFlash.h>
 #include <GCS_MAVLink.h>
 #include <AP_Declination.h>
-- 
GitLab