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
1 changed files with 1 additions and 0 deletions

View File

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