From 5cca163b1fc3afdb73c7ecec1d0d0322fb6d8f85 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Aug 2014 21:46:38 +1000 Subject: [PATCH] AP_HAL: fixed example build --- libraries/AP_HAL/examples/Printf/Printf.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_HAL/examples/Printf/Printf.pde b/libraries/AP_HAL/examples/Printf/Printf.pde index 2f18804b28..8836168a67 100644 --- a/libraries/AP_HAL/examples/Printf/Printf.pde +++ b/libraries/AP_HAL/examples/Printf/Printf.pde @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include