diff options
| author | NancyLi1013 <lirui09@beyondsoft.com> | 2019-05-29 00:53:00 -0700 |
|---|---|---|
| committer | NancyLi1013 <lirui09@beyondsoft.com> | 2019-05-29 00:53:05 -0700 |
| commit | c23105e854ae67a2daa1987f0ab2be6db7676a73 (patch) | |
| tree | bb356091275a5ecb1823815a0b4c3ca378e69832 /ports/itpp/fix-uwp.patch | |
| parent | 93ceb1a9933657d732faedc616bc5d0c85f94df4 (diff) | |
| download | vcpkg-c23105e854ae67a2daa1987f0ab2be6db7676a73.tar.gz vcpkg-c23105e854ae67a2daa1987f0ab2be6db7676a73.zip | |
[itpp] Add new port
Diffstat (limited to 'ports/itpp/fix-uwp.patch')
| -rw-r--r-- | ports/itpp/fix-uwp.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/itpp/fix-uwp.patch b/ports/itpp/fix-uwp.patch new file mode 100644 index 000000000..18e5fe4eb --- /dev/null +++ b/ports/itpp/fix-uwp.patch @@ -0,0 +1,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*) + { |
