From 19d24c9f261f796aca0cabaa74c16a44ab491e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Thu, 16 May 2019 14:18:05 +0200 Subject: [PATCH] fix for Windows (add #define NOMINMAX) --- Net/src/WebSocketImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Net/src/WebSocketImpl.cpp b/Net/src/WebSocketImpl.cpp index 328d9f045..47b048afe 100644 --- a/Net/src/WebSocketImpl.cpp +++ b/Net/src/WebSocketImpl.cpp @@ -12,6 +12,7 @@ // +#define NOMINMAX #include "Poco/Net/WebSocketImpl.h" #include "Poco/Net/NetException.h" #include "Poco/Net/WebSocket.h"