Skip to content

Commit

Permalink
Fix missing includes (#3508)
Browse files Browse the repository at this point in the history
* Refs #18431: fix missing includes

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #18431: linters

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

---------

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez authored May 11, 2023
1 parent 4b97144 commit add29f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@

#include <fastrtps/fastrtps_dll.h>

#ifdef _WIN32
#include <cstdint>
#endif // ifdef _WIN32
#include <vector>
#include <string>
#include <vector>

namespace eprosima {
namespace fastdds {
Expand Down
2 changes: 2 additions & 0 deletions include/fastrtps/types/TypeNamesGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <fastrtps/fastrtps_dll.h>

#include <cstdint>
#include <string>
#include <vector>

Expand All @@ -13,6 +14,7 @@ namespace types {
class TypeNamesGenerator
{
public:

RTPS_DllAPI static std::string get_string_type_name(
uint32_t bound,
bool wide,
Expand Down

0 comments on commit add29f4

Please sign in to comment.