aboutsummaryrefslogtreecommitdiff
path: root/src/platforms
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-25 15:35:25 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-25 15:35:25 +0100
commitdafe6654ebd2730c0ac5c3c60bb5fe8946ab67a0 (patch)
treea82323aefe2ab160e335c4f7c2ea4f431b7d49fb /src/platforms
parentcd35ab26610650d93120d3a9eabd196a733c2e44 (diff)
downloadpx4-firmware-dafe6654ebd2730c0ac5c3c60bb5fe8946ab67a0.tar.gz
px4-firmware-dafe6654ebd2730c0ac5c3c60bb5fe8946ab67a0.tar.bz2
px4-firmware-dafe6654ebd2730c0ac5c3c60bb5fe8946ab67a0.zip
add missing functional header
Diffstat (limited to 'src/platforms')
-rw-r--r--src/platforms/px4_nodehandle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platforms/px4_nodehandle.h b/src/platforms/px4_nodehandle.h
index 80be9ec52..83a3e422d 100644
--- a/src/platforms/px4_nodehandle.h
+++ b/src/platforms/px4_nodehandle.h
@@ -53,6 +53,7 @@
/* includes when building for NuttX */
#include <poll.h>
#endif
+#include <functional>
namespace px4
{