Commit cdb1b2d2 authored by shouqun's avatar shouqun Committed by Commit bot

Fix build error with XCode6/OSX 10.9 SDK

OpenGL/gl.h is required to be included to make the build pass.

BUG=
TEST=

Review URL: https://codereview.chromium.org/522533002

Cr-Commit-Position: refs/heads/master@{#292810}
parent 36c364b1
......@@ -7,6 +7,7 @@
#include <OpenGL/CGLIOSurface.h>
#include <OpenGL/CGLRenderers.h>
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#include "base/bind.h"
#include "base/bind_helpers.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment