From 7b8287793cc6cb90f67de833de4f730aba9715e9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Aug 2014 18:56:39 +1000 Subject: [PATCH] CPUInfo: fixed build --- Tools/CPUInfo/CPUInfo.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/CPUInfo/CPUInfo.pde b/Tools/CPUInfo/CPUInfo.pde index 6f89593da6..e442c5ce22 100644 --- a/Tools/CPUInfo/CPUInfo.pde +++ b/Tools/CPUInfo/CPUInfo.pde @@ -31,6 +31,7 @@ #include #include #include +#include #include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;