From ea889e2e009fcd7e3d843761c1ceca648376bd15 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Aug 2014 15:09:34 +1000 Subject: [PATCH] Replay: fixed build --- Tools/Replay/Replay.pde | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/Replay/Replay.pde b/Tools/Replay/Replay.pde index 649c066d70..c37628e42e 100644 --- a/Tools/Replay/Replay.pde +++ b/Tools/Replay/Replay.pde @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -62,8 +63,6 @@ const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; -AP_Param param_loader(var_info, 4096); - static Parameters g; static AP_InertialSensor_HIL ins;