HAL_PX4: include visibility.h

needed for new nuttx structure
This commit is contained in:
Andrew Tridgell 2013-05-04 14:30:56 +10:00
parent 1b52ee211a
commit b3e21c6add
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <AP_HAL_PX4.h> #include <AP_HAL_PX4.h>
#include "AP_HAL_PX4_Namespace.h" #include "AP_HAL_PX4_Namespace.h"
#include <systemlib/visibility.h>
#include <systemlib/perf_counter.h> #include <systemlib/perf_counter.h>
class HAL_PX4 : public AP_HAL::HAL { class HAL_PX4 : public AP_HAL::HAL {