aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/http_util/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/http_util/socket.cpp')
-rw-r--r--src/lib/utils/http_util/socket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/utils/http_util/socket.cpp b/src/lib/utils/http_util/socket.cpp
index 5f8cbcb05..0d94c9a8e 100644
--- a/src/lib/utils/http_util/socket.cpp
+++ b/src/lib/utils/http_util/socket.cpp
@@ -31,6 +31,8 @@
#endif
#elif defined(BOTAN_TARGET_OS_TYPE_IS_WINDOWS)
+ #include <botan/mem_ops.h>
+
#define NOMINMAX 1
#if !defined(BOTAN_HAS_BOOST_ASIO)
#include <winsock2.h>