Compare commits

..

3 Commits

Author SHA1 Message Date
neru df146989df fix: prevent windows from breaking min and max 2026-06-19 14:20:37 -03:00
neru 699dc354c8 fix: missing > 2026-06-19 12:08:19 -03:00
neru efca4fd3fd fix: add missing includes 2026-06-19 12:06:53 -03:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -55,6 +55,8 @@ FetchContent_MakeAvailable(wolfssl)
target_compile_definitions(wolfssl PUBLIC
-DWOLFSSL_ALT_NAMES
-DWOLFSSL_ALPN
-DWOLFSSL_HAVE_MIN
-DWOLFSSL_HAVE_MAX
)
# ---------------------
+2
View File
@@ -6,6 +6,8 @@
#include <seallib/log.h>
#endif
#include <condition_variable>
#include <mutex>
#include <thread>
#include <atomic>
#include <queue>