From ff5f0f1d23e9a6ff8b23d8b225d7df5e3421177f Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 29 Apr 2015 10:10:21 +0900 Subject: [PATCH] CPUInfo: add include to fix compile error --- Tools/CPUInfo/CPUInfo.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/CPUInfo/CPUInfo.pde b/Tools/CPUInfo/CPUInfo.pde index 85ac80d25f..0c018ae5c7 100644 --- a/Tools/CPUInfo/CPUInfo.pde +++ b/Tools/CPUInfo/CPUInfo.pde @@ -37,6 +37,7 @@ #include #include #include +#include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;