diff --git a/include/fastdds/rtps/transport/TransportDescriptorInterface.h b/include/fastdds/rtps/transport/TransportDescriptorInterface.h index 149707736bc..232f15aa722 100644 --- a/include/fastdds/rtps/transport/TransportDescriptorInterface.h +++ b/include/fastdds/rtps/transport/TransportDescriptorInterface.h @@ -17,11 +17,9 @@ #include -#ifdef _WIN32 #include -#endif // ifdef _WIN32 -#include #include +#include namespace eprosima { namespace fastdds { diff --git a/include/fastrtps/types/TypeNamesGenerator.h b/include/fastrtps/types/TypeNamesGenerator.h index a8f45e013c9..eeb3d195da9 100644 --- a/include/fastrtps/types/TypeNamesGenerator.h +++ b/include/fastrtps/types/TypeNamesGenerator.h @@ -3,6 +3,7 @@ #include +#include #include #include @@ -13,6 +14,7 @@ namespace types { class TypeNamesGenerator { public: + RTPS_DllAPI static std::string get_string_type_name( uint32_t bound, bool wide,