added a missing header for Windows
This commit is contained in:
parent
11938e960b
commit
9398d80bfb
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
using namespace std; // because of the library: "vector"
|
||||
#ifdef _WIN32
|
||||
# include <winsock2.h>
|
||||
# include <ws2ipdef.h>
|
||||
# include <windows.h>
|
||||
# include <mmsystem.h>
|
||||
#elif defined ( __APPLE__ ) || defined ( __MACOSX )
|
||||
|
|
Loading…
Reference in a new issue