forked from Archive/PX4-Autopilot
Added back include of px4_posix.h for non-ROS builds
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
0f5cb75692
commit
e2d175b3e5
|
@ -52,6 +52,7 @@
|
|||
#include <type_traits>
|
||||
#else
|
||||
/* includes when building for NuttX */
|
||||
#include <px4_posix.h>
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#include <functional>
|
||||
|
|
Loading…
Reference in New Issue