From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/arrayfire/fix-miss-header-file.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vcpkg/ports/arrayfire/fix-miss-header-file.patch (limited to 'vcpkg/ports/arrayfire/fix-miss-header-file.patch') diff --git a/vcpkg/ports/arrayfire/fix-miss-header-file.patch b/vcpkg/ports/arrayfire/fix-miss-header-file.patch new file mode 100644 index 0000000..c29c51f --- /dev/null +++ b/vcpkg/ports/arrayfire/fix-miss-header-file.patch @@ -0,0 +1,12 @@ +diff --git a/src/backend/common/half.hpp b/src/backend/common/half.hpp +index fb25d03..2f6a8a4 100644 +--- a/src/backend/common/half.hpp ++++ b/src/backend/common/half.hpp +@@ -33,6 +33,7 @@ + #endif + + #include ++#include + + #ifdef __CUDACC_RTC__ + using uint16_t = unsigned short; -- cgit v1.2.3