aboutsummaryrefslogtreecommitdiff
path: root/ports/itpp/fix-uwp.patch
blob: 18e5fe4ebbeb3d205d604fadc2c96e05e66c6a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/itpp/base/timing.cpp b/itpp/base/timing.cpp
index 58178e4..47d662e 100644
--- a/itpp/base/timing.cpp
+++ b/itpp/base/timing.cpp
@@ -51,6 +51,7 @@
 
 #if defined(_WIN32) && !defined(__CYGWIN__)
 #include <windows.h>
+#include <Winsock2.h>
 
 int gettimeofday(struct timeval* p, void*)
 {