Index: src/gpu/GrBatchAtlas.cpp |
diff --git a/src/gpu/GrBatchAtlas.cpp b/src/gpu/GrBatchAtlas.cpp |
index b9834389003b309c8fa0597f2984c76ad935ec4c..7d67f1923371c72b7a88757d785e67bf14b6ea95 100644 |
--- a/src/gpu/GrBatchAtlas.cpp |
+++ b/src/gpu/GrBatchAtlas.cpp |
@@ -10,6 +10,7 @@ |
#include "GrGpu.h" |
#include "GrRectanizer.h" |
#include "GrTracing.h" |
+#include "GrVertexBuffer.h" |
static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) { |
loc->fX += offset.fX; |