1
0
Fork 0

include required cogl-context.h in cogl-texture-2d.h

This commit is contained in:
Robert Bragg 2011-06-13 18:52:20 +01:00
parent 7a0a4de691
commit 036c5bf572

View file

@ -27,6 +27,8 @@
#ifndef __COGL_TEXURE_2D_H
#define __COGL_TEXURE_2D_H
#include "cogl-context.h"
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
#include <wayland-server.h>
#endif