Added back include of px4_posix.h for non-ROS builds

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-05-19 10:47:17 -07:00
parent 0f5cb75692
commit e2d175b3e5
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
#include <type_traits>
#else
/* includes when building for NuttX */
#include <px4_posix.h>
#include <poll.h>
#endif
#include <functional>