Index: src/gpu/batches/GrBatch.h |
diff --git a/src/gpu/batches/GrBatch.h b/src/gpu/batches/GrBatch.h |
index 278c826a732d072d5940876fea7501a1ce2e1294..f0559330feb82db2764b1e444858d0d08ba3b13c 100644 |
--- a/src/gpu/batches/GrBatch.h |
+++ b/src/gpu/batches/GrBatch.h |
@@ -8,12 +8,13 @@ |
#ifndef GrBatch_DEFINED |
#define GrBatch_DEFINED |
-#include <new> |
+#include "../private/SkAtomics.h" |
#include "GrNonAtomicRef.h" |
- |
#include "SkRect.h" |
#include "SkString.h" |
+#include <new> |
+ |
class GrCaps; |
class GrBatchFlushState; |
class GrRenderTarget; |