fix for Windows (add #define NOMINMAX)

This commit is contained in:
Günter Obiltschnig 2019-05-16 14:16:09 +02:00
parent 2510a8a055
commit 2086a497f5

View File

@ -12,6 +12,7 @@
// //
#define NOMINMAX
#include "Poco/Net/WebSocketImpl.h" #include "Poco/Net/WebSocketImpl.h"
#include "Poco/Net/NetException.h" #include "Poco/Net/NetException.h"
#include "Poco/Net/WebSocket.h" #include "Poco/Net/WebSocket.h"