From 747adccdd75acdf208b017d6551bc351cbfe2cc7 Mon Sep 17 00:00:00 2001 From: Carlosespicur Date: Mon, 22 Jul 2024 07:51:12 +0200 Subject: [PATCH] Add missing DynamicType includes Signed-off-by: Carlosespicur --- .../dds/xtypes/type_representation/ITypeObjectRegistry.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fastdds/dds/xtypes/type_representation/ITypeObjectRegistry.hpp b/include/fastdds/dds/xtypes/type_representation/ITypeObjectRegistry.hpp index fb523c304a1..dbe4a2c8086 100644 --- a/include/fastdds/dds/xtypes/type_representation/ITypeObjectRegistry.hpp +++ b/include/fastdds/dds/xtypes/type_representation/ITypeObjectRegistry.hpp @@ -23,6 +23,7 @@ #include #include +#include #include #include