aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrMemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrMemory.cpp')
-rw-r--r--src/gpu/GrMemory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrMemory.cpp b/src/gpu/GrMemory.cpp
index fa6ee2fda3..f6d3c7f06e 100644
--- a/src/gpu/GrMemory.cpp
+++ b/src/gpu/GrMemory.cpp
@@ -9,6 +9,7 @@
#include <stdlib.h>
+#include "GrTypes.h"
void* GrMalloc(size_t bytes) {
void* ptr = ::malloc(bytes);