diff options
Diffstat (limited to 'vcpkg/ports/qwtw/add-include-chrono.patch')
| -rw-r--r-- | vcpkg/ports/qwtw/add-include-chrono.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/qwtw/add-include-chrono.patch b/vcpkg/ports/qwtw/add-include-chrono.patch new file mode 100644 index 0000000..fc5fb23 --- /dev/null +++ b/vcpkg/ports/qwtw/add-include-chrono.patch @@ -0,0 +1,12 @@ +diff --git a/qwtw/qwtest2.cpp b/qwtw/qwtest2.cpp +index 97af0cc..470f6cd 100644 +--- a/qwtw/qwtest2.cpp ++++ b/qwtw/qwtest2.cpp +@@ -7,6 +7,7 @@ + #include <iostream> + #include <math.h> + #include <conio.h> ++#include <chrono> + + #include <iomanip> + #include <locale> |