gl: fix build for ios/win32/android after 2fd84a6c

Some missing GL includes.
This commit is contained in:
Matthew Waters 2017-08-28 12:56:34 +10:00 committed by Tim-Philipp Müller
parent ccb27e7317
commit ed7d0c48f6
2 changed files with 3 additions and 2 deletions

View file

@ -41,6 +41,7 @@
#endif
#include "gstglcontext.h"
#include <gst/gl/gl.h>
#include <gmodule.h>
#include <string.h>

View file

@ -25,8 +25,8 @@
#include <gst/gst.h>
#include "../gstgl_fwd.h"
#include <gst/gl/gstglcontext.h>
#include <gst/gl/gl.h>
#include <gst/gl/gstglfuncs.h>
#include "gstglcontext_wgl.h"
#include <GL/wglext.h>