aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferAllocPool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrBufferAllocPool.cpp')
-rw-r--r--src/gpu/GrBufferAllocPool.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/GrBufferAllocPool.cpp b/src/gpu/GrBufferAllocPool.cpp
index 5b0d8cc6d7..c47881c6c5 100644
--- a/src/gpu/GrBufferAllocPool.cpp
+++ b/src/gpu/GrBufferAllocPool.cpp
@@ -5,8 +5,8 @@
* found in the LICENSE file.
*/
-
#include "GrBufferAllocPool.h"
+
#include "GrBuffer.h"
#include "GrCaps.h"
#include "GrContext.h"
@@ -14,6 +14,7 @@
#include "GrGpu.h"
#include "GrResourceProvider.h"
#include "GrTypes.h"
+#include "SkMacros.h"
#include "SkSafeMath.h"
#include "SkTraceEvent.h"