Skip to content

Commit

Permalink
fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Pozolotin committed May 12, 2013
1 parent 1020432 commit 8571150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions barchart-udt-core/src/main/c++/udt/src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ written by
#include <sys/uio.h>
#include <pthread.h>
#else
#ifdef __MINGW__
#include <stdint.h>
#include <ws2tcpip.h>
#endif
#include <windows.h>
#endif
#include <cstdlib>
Expand Down

0 comments on commit 8571150

Please sign in to comment.