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
This commit is contained in:
bsalomon@google.com 2012-05-07 17:38:49 +00:00
parent 91bcc94e87
commit 003a8b98ac

View File

@ -9,6 +9,7 @@
#include <GL/osmesa.h>
#include "gl/SkMesaGLContext.h"
#include "gl/GrGLDefines.h"
SkMesaGLContext::AutoContextRestore::AutoContextRestore() {
fOldContext = (Context)OSMesaGetCurrentContext();