Skip to content

Commit bebb2e0

Browse files
committed
Fix Windows build
1 parent 9741e7e commit bebb2e0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

patches/GrD3DUtil.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/gpu/ganesh/d3d/GrD3DUtil.h b/src/gpu/ganesh/d3d/GrD3DUtil.h
2+
index a58f6d0480..bc91283829 100644
3+
--- a/src/gpu/ganesh/d3d/GrD3DUtil.h
4+
+++ b/src/gpu/ganesh/d3d/GrD3DUtil.h
5+
@@ -8,6 +8,7 @@
6+
#ifndef GrD3DUtil_DEFINED
7+
#define GrD3DUtil_DEFINED
8+
9+
+#include <string>
10+
#include "include/core/SkImage.h"
11+
#include "include/gpu/GrTypes.h"
12+
#include "include/gpu/d3d/GrD3DTypes.h"

0 commit comments

Comments
 (0)