Alright, another try

This commit is contained in:
Alex Hultman
2021-02-28 13:32:15 +01:00
parent facd80b30c
commit 013809f09a
+1 -1
View File
@@ -39,7 +39,7 @@ namespace uWS {
};
}
#ifndef UWS_NO_ZLIB
#if !defined(UWS_NO_ZLIB) && !defined(UWS_MOCK_ZLIB)
#include <zlib.h>
#endif