From 21ef24b3125d410e38c538fc15ed13f24c02e6c8 Mon Sep 17 00:00:00 2001 From: Mario Dominguez Date: Thu, 20 Mar 2025 12:09:42 +0100 Subject: [PATCH] Refs #22858: Update types with Fast DDS Gen 4.0.4 Signed-off-by: Mario Dominguez --- fastdds_python/test/types/test_included_modules.i | 1 - fastdds_python_examples/HelloWorldExample/HelloWorld.i | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fastdds_python/test/types/test_included_modules.i b/fastdds_python/test/types/test_included_modules.i index d6ee901b..76843a9b 100644 --- a/fastdds_python/test/types/test_included_modules.i +++ b/fastdds_python/test/types/test_included_modules.i @@ -54,7 +54,6 @@ %} %include -%import(module="fastdds") "fastcdr/xcdr/optional.hpp" %import(module="fastdds") "fastcdr/cdr/fixed_size_string.hpp" %import(module="fastdds") "fastdds/dds/core/LoanableCollection.hpp" %import(module="fastdds") "fastdds/dds/core/LoanableTypedCollection.hpp" diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorld.i b/fastdds_python_examples/HelloWorldExample/HelloWorld.i index 9335411d..bd2485c9 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorld.i +++ b/fastdds_python_examples/HelloWorldExample/HelloWorld.i @@ -54,7 +54,7 @@ %} %include -%import(module="fastdds") "fastcdr/xcdr/optional.hpp" +%import(module="fastdds") "fastcdr/cdr/fixed_size_string.hpp" %import(module="fastdds") "fastdds/dds/core/LoanableCollection.hpp" %import(module="fastdds") "fastdds/dds/core/LoanableTypedCollection.hpp" %import(module="fastdds") "fastdds/dds/core/LoanableSequence.hpp"