Include GrGLInterface.h instead of forward declaring, since we have to get NULL defin...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Sep 2011 21:34:29 +0000 (21:34 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Sep 2011 21:34:29 +0000 (21:34 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@2280 2bbb7eff-a529-9590-31e7-b0007b416f81

gpu/src/GrGLDefaultInterface_none.cpp

index d6acdd2..2cca135 100644 (file)
@@ -6,7 +6,7 @@
  * found in the LICENSE file.
  */
 
-struct GrGLInterface;
+#include "GrGLInterface.h"
 
 const GrGLInterface* GrGLDefaultInterface() {
     return NULL;