fix compilation under mingw64 (#325)

This commit is contained in:
ouwou
2021-11-16 23:22:51 +00:00
committed by GitHub
parent 97aa1f956a
commit e66437b560
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@
*/
#include "IXNetSystem.h"
#include <cstdint>
#include <cstdio>
namespace ix
{