Skip to content

Commit 7b1b16d

Browse files
committed
Add missing include for cstdint in SharedSecretHandle.cpp
Signed-off-by: Miguel Villa Floran <miguel.villafloran@gmail.com>
1 parent 217fbe4 commit 7b1b16d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpp/rtps/security/common/SharedSecretHandle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @file SharedSecretHandle.cpp
1717
*/
1818

19+
#include <cstdint>
1920
#include <rtps/security/common/SharedSecretHandle.h>
2021

2122
using namespace eprosima::fastdds::rtps::security;

0 commit comments

Comments
 (0)