diff --git a/flight/OpenPilot/System/openpilot.c b/flight/OpenPilot/System/openpilot.c index c91c7cad2..4e0ebfcfd 100644 --- a/flight/OpenPilot/System/openpilot.c +++ b/flight/OpenPilot/System/openpilot.c @@ -35,6 +35,7 @@ #include "examplemodthread.h" #include "manualcontrol.h" #include "actuator.h" +#include "altitude.h" /* Task Priorities */ #define PRIORITY_TASK_HOOKS (tskIDLE_PRIORITY + 3)