Fixes for address sanitizer on Windows

This commit is contained in:
Dan Paulat 2024-01-07 20:50:25 -06:00
parent 03f4b486d6
commit f9d621d940
9 changed files with 10 additions and 10 deletions

View file

@ -7,7 +7,7 @@
#include <map>
#include <string>
#ifdef WIN32
#ifdef _WIN32
# include <WinSock2.h>
#else
# include <arpa/inet.h>