diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/avisynthplus/add-include-chrono.patch | |
Diffstat (limited to 'vcpkg/ports/avisynthplus/add-include-chrono.patch')
| -rw-r--r-- | vcpkg/ports/avisynthplus/add-include-chrono.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/avisynthplus/add-include-chrono.patch b/vcpkg/ports/avisynthplus/add-include-chrono.patch new file mode 100644 index 0000000..6c24a91 --- /dev/null +++ b/vcpkg/ports/avisynthplus/add-include-chrono.patch @@ -0,0 +1,24 @@ +diff --git a/avs_core/core/avisynth.cpp b/avs_core/core/avisynth.cpp +index c66d39e..5bc61a3 100644 +--- a/avs_core/core/avisynth.cpp ++++ b/avs_core/core/avisynth.cpp +@@ -45,6 +45,7 @@ + #include "FilterConstructor.h" + #include "PluginManager.h" + #include "MappedList.h" ++#include <chrono> + #include <vector> + #include <iostream> + #include <fstream> +diff --git a/avs_core/core/cache.cpp b/avs_core/core/cache.cpp +index 76eb7cf..957e102 100644 +--- a/avs_core/core/cache.cpp ++++ b/avs_core/core/cache.cpp +@@ -38,6 +38,7 @@ + #include "InternalEnvironment.h" + #include "DeviceManager.h" + #include <cassert> ++#include <chrono> + #include <cstdio> + + #ifdef X86_32 |