From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/fastdds/include-cstdint.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vcpkg/ports/fastdds/include-cstdint.patch (limited to 'vcpkg/ports/fastdds/include-cstdint.patch') diff --git a/vcpkg/ports/fastdds/include-cstdint.patch b/vcpkg/ports/fastdds/include-cstdint.patch new file mode 100644 index 0000000..1f34d81 --- /dev/null +++ b/vcpkg/ports/fastdds/include-cstdint.patch @@ -0,0 +1,12 @@ +diff --git a/src/cpp/rtps/security/common/SharedSecretHandle.h b/src/cpp/rtps/security/common/SharedSecretHandle.h +index c53b153..b2b6507 100644 +--- a/src/cpp/rtps/security/common/SharedSecretHandle.h ++++ b/src/cpp/rtps/security/common/SharedSecretHandle.h +@@ -21,6 +21,7 @@ + #include + + #include ++#include + + namespace eprosima { + namespace fastdds { -- cgit v1.2.3