Update PerMessageDeflate.h

This commit is contained in:
Alex Hultman
2019-10-21 10:54:33 +02:00
committed by GitHub
parent 1707d4b809
commit 8af994f713
+3
View File
@@ -20,7 +20,10 @@
#ifndef UWS_PERMESSAGEDEFLATE_H
#define UWS_PERMESSAGEDEFLATE_H
#ifndef UWS_NO_ZLIB
#include <zlib.h>
#endif
#include <string>
namespace uWS {