From c091eba6b2f56fa4c9f18def9a092843b129052d Mon Sep 17 00:00:00 2001 From: Nick Little Date: Sat, 27 Apr 2019 13:49:10 -0500 Subject: [PATCH] Fix Visual Studio 2017 Build --- .../main/decaf/internal/security/windows/SecureRandomImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activemq-cpp/src/main/decaf/internal/security/windows/SecureRandomImpl.cpp b/activemq-cpp/src/main/decaf/internal/security/windows/SecureRandomImpl.cpp index 66f5c8fa6..4fbca764d 100644 --- a/activemq-cpp/src/main/decaf/internal/security/windows/SecureRandomImpl.cpp +++ b/activemq-cpp/src/main/decaf/internal/security/windows/SecureRandomImpl.cpp @@ -23,6 +23,8 @@ #include #include +#include + #undef _WIN32_WINNT #define _WIN32_WINNT 0x0500