From e288c6faee4354a570c20de75c2808b01e0abde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gonz=C3=A1lez=20Moreno?= Date: Tue, 14 Nov 2023 12:05:24 +0100 Subject: [PATCH] Refs #19760. Fix error on generated files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo González Moreno --- fastdds_python/test/types/test_complete.i | 1 + fastdds_python/test/types/test_included_modules.i | 1 + fastdds_python/test/types/test_modules.i | 1 + 3 files changed, 3 insertions(+) diff --git a/fastdds_python/test/types/test_complete.i b/fastdds_python/test/types/test_complete.i index 3177a07a..fc4018a9 100644 --- a/fastdds_python/test/types/test_complete.i +++ b/fastdds_python/test/types/test_complete.i @@ -2852,6 +2852,7 @@ namespace swig { // Include the class interfaces %include "test_complete.h" +%include "test_completev1.h" // Include the corresponding TopicDataType %include "test_completePubSubTypes.i" diff --git a/fastdds_python/test/types/test_included_modules.i b/fastdds_python/test/types/test_included_modules.i index 58af7980..ab3c0b66 100644 --- a/fastdds_python/test/types/test_included_modules.i +++ b/fastdds_python/test/types/test_included_modules.i @@ -253,6 +253,7 @@ namespace swig { // Include the class interfaces %include "test_included_modules.h" +%include "test_included_modulesv1.h" // Include the corresponding TopicDataType %include "test_included_modulesPubSubTypes.i" diff --git a/fastdds_python/test/types/test_modules.i b/fastdds_python/test/types/test_modules.i index b70f60eb..b076a464 100644 --- a/fastdds_python/test/types/test_modules.i +++ b/fastdds_python/test/types/test_modules.i @@ -2842,6 +2842,7 @@ namespace swig { // Include the class interfaces %include "test_modules.h" +%include "test_modulesv1.h" // Include the corresponding TopicDataType %include "test_modulesPubSubTypes.i"