Index: src/gpu/GrTestBatch.h |
diff --git a/src/gpu/GrTestBatch.h b/src/gpu/GrTestBatch.h |
index 716912dc7687f88c35de9e9df2ed18c2708c7ef9..8e16f52946a8d1df304578bfc962cd2f7a842388 100644 |
--- a/src/gpu/GrTestBatch.h |
+++ b/src/gpu/GrTestBatch.h |
@@ -9,6 +9,7 @@ |
#define GrTestBatch_DEFINED |
#include "GrBatch.h" |
+#include "GrVertexBuffer.h" |
/* |
* A simple batch only for testing purposes which actually doesn't batch at all, but can fit into |