Skip to content

Commit

Permalink
Refs #19760. Fix error on generated files
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Nov 14, 2023
1 parent 008ebb8 commit e288c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fastdds_python/test/types/test_complete.i
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions fastdds_python/test/types/test_included_modules.i
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions fastdds_python/test/types/test_modules.i
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e288c6f

Please sign in to comment.