aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/avisynthplus/add-include-chrono.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/avisynthplus/add-include-chrono.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/avisynthplus/add-include-chrono.patch')
-rw-r--r--vcpkg/ports/avisynthplus/add-include-chrono.patch24
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