Skip to content

Commit

Permalink
add include <string> in GrD3DUtil.h
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Feb 8, 2024
1 parent 6843251 commit 1ac04ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gpu/ganesh/d3d/GrD3DUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "include/gpu/GrTypes.h"
#include "include/gpu/d3d/GrD3DTypes.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include <string>

#define GR_D3D_CALL_ERRCHECK(X) \
do { \
Expand Down

0 comments on commit 1ac04ef

Please sign in to comment.