diff --git a/src/uas/ArduPilotMegaMAV.cc b/src/uas/ArduPilotMegaMAV.cc index 2b071f4ba9520994d4c7c7b6e65131244f5f7b81..b1d7c84278f50afa11724f29edcbc9d5597f32f8 100644 --- a/src/uas/ArduPilotMegaMAV.cc +++ b/src/uas/ArduPilotMegaMAV.cc @@ -27,6 +27,15 @@ This file is part of the QGROUNDCONTROL project */ #include "ArduPilotMegaMAV.h" + +#ifndef mavlink_mount_configure_t +#include "ardupilotmega/mavlink_msg_mount_configure.h" +#endif + +#ifndef mavlink_mount_control_t +#include "ardupilotmega/mavlink_msg_mount_control.h"; +#endif + ArduPilotMegaMAV::ArduPilotMegaMAV(MAVLinkProtocol* mavlink, int id) : UAS(mavlink, id)//, // place other initializers here