Fix compile error: 'INT_MIN' was not declared in this scope (#922)

This commit is contained in:
ForrestSu
2019-08-19 19:31:44 +02:00
committed by Alex Hultman
parent 80cdee4e88
commit ba38450b1f
+1
View File
@@ -18,6 +18,7 @@
#ifndef UWS_WEBSOCKETEXTENSIONS_H
#define UWS_WEBSOCKETEXTENSIONS_H
#include <climits>
#include <string_view>
namespace uWS {