Add zlib to the web build, fix an error in CThread...

This commit is contained in:
iProgramInCpp
2023-08-17 10:28:01 +03:00
parent 37ffbde73c
commit 906b96edd8
5 changed files with 33 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
SPDX-License-Identifier: BSD-1-Clause
********************************************************************/
#include <cstdint>
#include "CThread.hpp"
#include "client/common/Utils.hpp"