fix: windows build error

This commit is contained in:
MistEO
2024-11-20 00:27:27 +08:00
parent 5662fa3903
commit e321ae55a1

View File

@@ -19,7 +19,7 @@
#include <string_view>
#ifdef _WIN32
#include <stringapiset.h>
#include <Windows.h>
#endif
namespace fastdeploy {