Skip to content

Commit 6004ecb

Browse files
Regenerate types: Fast DDS Gen v3.3.0 (#99)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent edb8172 commit 6004ecb

5 files changed

Lines changed: 17 additions & 13 deletions

File tree

fastdds_python/test/types/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cmake_minimum_required(VERSION 3.16.3)
2+
cmake_minimum_required(VERSION 3.22)
33

44
# SWIG: use standard target name.
55
if(POLICY CMP0078)

fastdds_python/test/types/test_completev1.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030

3131
#include <fastrtps/utils/fixed_size_string.hpp>
3232

33-
#include <stdint.h>
3433
#include <array>
34+
#include <bitset>
35+
#include <cstdint>
36+
#include <map>
37+
#include <stdint.h>
3538
#include <string>
3639
#include <vector>
37-
#include <map>
38-
#include <bitset>
3940

4041
#if defined(_WIN32)
4142
#if defined(EPROSIMA_USER_DLL_EXPORT)

fastdds_python/test/types/test_included_modulesv1.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929

3030
#include <fastrtps/utils/fixed_size_string.hpp>
3131

32-
#include <stdint.h>
3332
#include <array>
33+
#include <bitset>
34+
#include <cstdint>
35+
#include <map>
36+
#include <stdint.h>
3437
#include <string>
3538
#include <vector>
36-
#include <map>
37-
#include <bitset>
3839

3940
#if defined(_WIN32)
4041
#if defined(EPROSIMA_USER_DLL_EXPORT)

fastdds_python/test/types/test_modulesv1.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929

3030
#include <fastrtps/utils/fixed_size_string.hpp>
3131

32-
#include <stdint.h>
3332
#include <array>
33+
#include <bitset>
34+
#include <cstdint>
35+
#include <map>
36+
#include <stdint.h>
3437
#include <string>
3538
#include <vector>
36-
#include <map>
37-
#include <bitset>
3839

3940
#if defined(_WIN32)
4041
#if defined(EPROSIMA_USER_DLL_EXPORT)

fastdds_python_examples/HelloWorldExample/HelloWorldv1.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929

3030
#include <fastrtps/utils/fixed_size_string.hpp>
3131

32-
#include <stdint.h>
3332
#include <array>
33+
#include <bitset>
34+
#include <cstdint>
35+
#include <map>
36+
#include <stdint.h>
3437
#include <string>
3538
#include <vector>
36-
#include <map>
37-
#include <bitset>
3839

3940
#if defined(_WIN32)
4041
#if defined(EPROSIMA_USER_DLL_EXPORT)

0 commit comments

Comments
 (0)