summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Task.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Task.h b/include/Task.h
index 8831830..e18c8ed 100644
--- a/include/Task.h
+++ b/include/Task.h
@@ -4,6 +4,8 @@
#ifndef _WIN32
#include <unistd.h>
#include <sys/time.h>
+#else
+#include <winsock.h>
#endif
#include <vector>
#include <Exceptions.h>