1. 修复头文件缺少导致编译失败问题
This commit is contained in:
黄昕 2023-08-24 08:49:29 +08:00
parent eb0eefe354
commit a8f5652fa3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <spdlog/fmt/bin_to_hex.h>
#include <array>
#define SCG_UDP_HEAD_SIZE (11)