mirror of https://github.com/ArduPilot/ardupilot
AP_DDS: add missing config include in client and type_conversions
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
7c50b34ad2
commit
c173b3f186
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "AP_DDS_config.h"
|
||||
|
||||
#if AP_DDS_ENABLED
|
||||
|
||||
#include "uxr/client/client.h"
|
||||
|
@ -27,7 +29,6 @@
|
|||
#include "fcntl.h"
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include "AP_DDS_config.h"
|
||||
|
||||
#define DDS_MTU 512
|
||||
#define DDS_STREAM_HISTORY 8
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "AP_DDS_config.h"
|
||||
|
||||
#if AP_DDS_ENABLED
|
||||
|
||||
#include "builtin_interfaces/msg/Time.h"
|
||||
|
|
Loading…
Reference in New Issue