Skip to content

Commit

Permalink
Refs #18431: fix missing includes
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez committed May 10, 2023
1 parent 4b97144 commit 4425810
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 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 Down

0 comments on commit 4425810

Please sign in to comment.