aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-kinect-sensor-sdk/fix-header.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/azure-kinect-sensor-sdk/fix-header.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/azure-kinect-sensor-sdk/fix-header.patch')
-rw-r--r--vcpkg/ports/azure-kinect-sensor-sdk/fix-header.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/vcpkg/ports/azure-kinect-sensor-sdk/fix-header.patch b/vcpkg/ports/azure-kinect-sensor-sdk/fix-header.patch
new file mode 100644
index 0000000..cd8fd9b
--- /dev/null
+++ b/vcpkg/ports/azure-kinect-sensor-sdk/fix-header.patch
@@ -0,0 +1,48 @@
+diff --git a/tools/k4aviewer/k4aaudiochanneldatagraph.h b/tools/k4aviewer/k4aaudiochanneldatagraph.h
+index 9aede89..56d2c77 100644
+--- a/tools/k4aviewer/k4aaudiochanneldatagraph.h
++++ b/tools/k4aviewer/k4aaudiochanneldatagraph.h
+@@ -7,6 +7,7 @@
+ // System headers
+ //
+ #include <array>
++#include <string>
+
+ // Library headers
+ //
+diff --git a/tools/k4aviewer/k4aaudiowindow.h b/tools/k4aviewer/k4aaudiowindow.h
+index 87b63b3..fcfc86e 100644
+--- a/tools/k4aviewer/k4aaudiowindow.h
++++ b/tools/k4aviewer/k4aaudiowindow.h
+@@ -8,6 +8,7 @@
+ //
+ #include <array>
+ #include <memory>
++#include <string>
+
+ // Library headers
+ //
+diff --git a/tools/k4aviewer/k4amicrophonelistener.cpp b/tools/k4aviewer/k4amicrophonelistener.cpp
+index db7b546..8baa05c 100644
+--- a/tools/k4aviewer/k4amicrophonelistener.cpp
++++ b/tools/k4aviewer/k4amicrophonelistener.cpp
+@@ -8,6 +8,7 @@
+ // System headers
+ //
+ #include <regex>
++#include <string>
+
+ // Library headers
+ //
+diff --git a/tools/k4aviewer/perfcounter.h b/tools/k4aviewer/perfcounter.h
+index b39e721..c3e28d2 100644
+--- a/tools/k4aviewer/perfcounter.h
++++ b/tools/k4aviewer/perfcounter.h
+@@ -13,6 +13,7 @@
+ #include <mutex>
+ #include <numeric>
+ #include <ratio>
++#include <string>
+
+ // Library headers
+ //