diff options
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-05-31 21:21:54 +0000 |
---|---|---|
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-05-31 21:21:54 +0000 |
commit | 206c98ae40848e77a8a998cd4403fde9b7bba5d2 (patch) | |
tree | 168eaffeee476e0fa336f17f4969c0265990a658 /include | |
parent | e6ff8ab7435d92660bfc4bb967dde2df0bf3d2d4 (diff) |
Add gyp for bench and make run on Windows.
http://codereview.appspot.com/4528112/
git-svn-id: http://skia.googlecode.com/svn/trunk@1458 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/utils/SkEGLContext.h | 3 |
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 |