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/angle/001-fix-builder-error.patch | |
Diffstat (limited to 'vcpkg/ports/angle/001-fix-builder-error.patch')
| -rw-r--r-- | vcpkg/ports/angle/001-fix-builder-error.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/angle/001-fix-builder-error.patch b/vcpkg/ports/angle/001-fix-builder-error.patch new file mode 100644 index 0000000..e0844d7 --- /dev/null +++ b/vcpkg/ports/angle/001-fix-builder-error.patch @@ -0,0 +1,28 @@ +diff --git a/src/gpu_info_util/SystemInfo_win.cpp b/src/gpu_info_util/SystemInfo_win.cpp +index f4bb137f2..86495013b 100644 +--- a/src/gpu_info_util/SystemInfo_win.cpp ++++ b/src/gpu_info_util/SystemInfo_win.cpp +@@ -6,11 +6,6 @@ + + // SystemInfo_win.cpp: implementation of the Windows-specific parts of SystemInfo.h + +-#include "gpu_info_util/SystemInfo_internal.h" +- +-#include "common/debug.h" +-#include "common/string_utils.h" +- + // Windows.h needs to be included first + #include <windows.h> + +@@ -19,6 +14,11 @@ + #include <array> + #include <sstream> + ++#include "gpu_info_util/SystemInfo_internal.h" ++ ++#include "common/debug.h" ++#include "common/string_utils.h" ++ + namespace angle + { + |