diff options
| author | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-06-05 13:42:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-05 13:42:16 -0700 |
| commit | 35d78d5f76dfa4657dc64dd0468b44d01860346e (patch) | |
| tree | d2feca0884f108271e0718cc0251ed30c0f299bb /ports/itpp/fix-uwp.patch | |
| parent | 311ac99e48d9b46b86d0e8022bd782c9d533c912 (diff) | |
| parent | af4671ea6472409f47568cd0459d145cafdbb6b4 (diff) | |
| download | vcpkg-35d78d5f76dfa4657dc64dd0468b44d01860346e.tar.gz vcpkg-35d78d5f76dfa4657dc64dd0468b44d01860346e.zip | |
Merge pull request #6672 from NancyLi1013/dev/NancyLi/6006
[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*) + { |
