Fix build

(Never wanna merge again)
This commit is contained in:
Yukino Song
2025-01-15 09:01:33 +08:00
parent 1dc6465f12
commit fcbdaed1e0
12 changed files with 93 additions and 109 deletions

View File

@@ -11,6 +11,10 @@
#include "crypto.h"
#include "thread_safe.h"
#ifdef _WIN32
#include <windows.h>
#endif
// Resolve circular dependencies
namespace stream {
struct session_t;