aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches')
-rw-r--r--src/gpu/batches/GrBatch.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpu/batches/GrBatch.h b/src/gpu/batches/GrBatch.h
index 278c826a73..f0559330fe 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;