aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-31 21:21:54 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-31 21:21:54 +0000
commit206c98ae40848e77a8a998cd4403fde9b7bba5d2 (patch)
tree168eaffeee476e0fa336f17f4969c0265990a658 /include
parente6ff8ab7435d92660bfc4bb967dde2df0bf3d2d4 (diff)
Add gyp for bench and make run on Windows.
Diffstat (limited to 'include')
-rw-r--r--include/utils/SkEGLContext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils/SkEGLContext.h b/include/utils/SkEGLContext.h
index d67cf0c317..daa0667f8e 100644
--- a/include/utils/SkEGLContext.h
+++ b/include/utils/SkEGLContext.h
@@ -8,6 +8,9 @@
#elif defined(SK_BUILD_FOR_UNIX)
#include <X11/Xlib.h>
#include <GL/glx.h>
+#elif defined(SK_BUILD_FOR_WIN32)
+ #include <Windows.h>
+ #include <GL/GL.h>
#else
#endif