[libkwineffects] Fix includes in kwingltexture.h
The header used GL types like GLenum without including gl through epoxy.
This commit is contained in:
parent
14730d1f7c
commit
a79dc5585a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue