[libkwineffects] Fix includes in kwingltexture.h

The header used GL types like GLenum without including gl through
epoxy.
This commit is contained in:
Martin Gräßlin 2016-08-08 15:46:25 +02:00
parent 14730d1f7c
commit a79dc5585a

View file

@ -30,6 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QExplicitlySharedDataPointer>
#include <QtGui/QMatrix4x4>
#include <epoxy/gl.h>
class QImage;
class QPixmap;