1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix multiple build errors when compiling with MinGW.

This commit is contained in:
Rokas Kupstys
2019-08-04 12:00:38 +03:00
parent eed7039853
commit b391e4c21a
6 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#ifdef _MSC_VER
#ifdef _WIN32
# include <ws2tcpip.h>
#else
# include <arpa/inet.h>