diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-07 17:38:49 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-07 17:38:49 +0000 |
commit | 003a8b98acd403fdaaa329837fc40aae2a72fdf6 (patch) | |
tree | a3bc04ab1dd64325f7b203728023c2eccedee6fe /src | |
parent | 91bcc94e8710c1ec5126a31cd805a6c64bb3c39d (diff) |
Hopefully fixes linux + mac build breaks from r3851 by adding missing include in SkMesaGLContext.cpp.
git-svn-id: http://skia.googlecode.com/svn/trunk@3852 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/gpu/gl/mesa/SkMesaGLContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/mesa/SkMesaGLContext.cpp b/src/gpu/gl/mesa/SkMesaGLContext.cpp index c4f84cf8d2..b7d220cfb9 100644 --- a/src/gpu/gl/mesa/SkMesaGLContext.cpp +++ b/src/gpu/gl/mesa/SkMesaGLContext.cpp @@ -9,6 +9,7 @@ #include <GL/osmesa.h> #include "gl/SkMesaGLContext.h" +#include "gl/GrGLDefines.h" SkMesaGLContext::AutoContextRestore::AutoContextRestore() { fOldContext = (Context)OSMesaGetCurrentContext(); |