This is an automated email from the ASF dual-hosted git repository.
aboda pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new c88e0e5 MINIFICPP-1423 - Add missing include
c88e0e5 is described below
commit c88e0e5c849f35fa39a8981fe8cb81e9f120e6e2
Author: Adam Debreceni <[email protected]>
AuthorDate: Thu Dec 10 08:15:27 2020 +0100
MINIFICPP-1423 - Add missing include
Signed-off-by: Arpad Boda <[email protected]>
This closes #954
---
libminifi/src/utils/tls/WindowsCertStoreLocation.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/libminifi/src/utils/tls/WindowsCertStoreLocation.cpp
b/libminifi/src/utils/tls/WindowsCertStoreLocation.cpp
index 8e535f3..d0c055a 100644
--- a/libminifi/src/utils/tls/WindowsCertStoreLocation.cpp
+++ b/libminifi/src/utils/tls/WindowsCertStoreLocation.cpp
@@ -22,6 +22,7 @@
#include <array>
#include <utility>
+#include <stdexcept>
#pragma comment(lib, "crypt32.lib")
#pragma comment(lib, "Ws2_32.lib")