1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

add forgotten win32 header

This commit is contained in:
Jeff Becker 2020-08-25 17:15:42 -04:00
parent 39f5e7213f
commit 1b4f5ee5ea
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -20,6 +20,7 @@
#include <ws2tcpip.h>
#include <iphlpapi.h>
#include <stdio.h>
#include <strsafe.h>
#endif
#include <sstream>