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:
Rhys Mainwaring 2024-03-05 11:22:24 +00:00 committed by Andrew Tridgell
parent 7c50b34ad2
commit c173b3f186
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -2,6 +2,8 @@
#pragma once
#include "AP_DDS_config.h"
#if AP_DDS_ENABLED
#include "builtin_interfaces/msg/Time.h"