mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:08:59 +08:00
12 lines
316 B
Diff
12 lines
316 B
Diff
|
--- a/src/gpu/ganesh/d3d/GrD3DUtil.h 2024-01-23 22:09:34
|
||
|
+++ b/src/gpu/ganesh/d3d/GrD3DUtil.h 2024-02-01 18:09:20
|
||
|
@@ -8,6 +8,8 @@
|
||
|
#ifndef GrD3DUtil_DEFINED
|
||
|
#define GrD3DUtil_DEFINED
|
||
|
|
||
|
+#include <string>
|
||
|
+
|
||
|
#include "include/core/SkImage.h"
|
||
|
#include "include/gpu/GrTypes.h"
|
||
|
#include "include/gpu/d3d/GrD3DTypes.h"
|