]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/angle/002-fix-builder-error.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / angle / 002-fix-builder-error.patch
1 diff --git a/src/gpu_info_util/SystemInfo_win.cpp b/src/gpu_info_util/SystemInfo_win.cpp
2 index f4bb137f2..86495013b 100644
3 --- a/src/gpu_info_util/SystemInfo_win.cpp
4 +++ b/src/gpu_info_util/SystemInfo_win.cpp
5 @@ -6,11 +6,6 @@
6
7 // SystemInfo_win.cpp: implementation of the Windows-specific parts of SystemInfo.h
8
9 -#include "gpu_info_util/SystemInfo_internal.h"
10 -
11 -#include "common/debug.h"
12 -#include "common/string_utils.h"
13 -
14 // Windows.h needs to be included first
15 #include <windows.h>
16
17 @@ -19,6 +14,11 @@
18 #include <array>
19 #include <sstream>
20
21 +#include "gpu_info_util/SystemInfo_internal.h"
22 +
23 +#include "common/debug.h"
24 +#include "common/string_utils.h"
25 +
26 namespace angle
27 {
28