aboutsummaryrefslogtreecommitdiff
path: root/src/modules/bottle_drop
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-25 13:39:34 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-25 15:00:35 +0100
commit14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e (patch)
tree18f6d98a4578be88d96fdd1261becbefb7ee8179 /src/modules/bottle_drop
parentee6395c5029737baeb328bd10ba82c8f05bf0648 (diff)
downloadpx4-firmware-14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e.tar.gz
px4-firmware-14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e.tar.bz2
px4-firmware-14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e.zip
add topic header includes
Diffstat (limited to 'src/modules/bottle_drop')
-rw-r--r--src/modules/bottle_drop/bottle_drop.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/bottle_drop/bottle_drop.cpp b/src/modules/bottle_drop/bottle_drop.cpp
index d8116ea11..b267209fe 100644
--- a/src/modules/bottle_drop/bottle_drop.cpp
+++ b/src/modules/bottle_drop/bottle_drop.cpp
@@ -57,6 +57,10 @@
#include <uORB/uORB.h>
#include <uORB/topics/vehicle_command.h>
#include <uORB/topics/actuator_controls.h>
+#include <uORB/topics/actuator_controls_0.h>
+#include <uORB/topics/actuator_controls_1.h>
+#include <uORB/topics/actuator_controls_2.h>
+#include <uORB/topics/actuator_controls_3.h>
#include <uORB/topics/wind_estimate.h>
#include <uORB/topics/parameter_update.h>
#include <uORB/topics/vehicle_global_position.h>