mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Compilation fix
It's necessary to include GL/glext.h on windows for GL_CLAMP_TO_EDGE define.
This commit is contained in:
parent
69d5e7fe7e
commit
6e506161e0
@ -26,6 +26,8 @@
|
|||||||
#include <QGLContext>
|
#include <QGLContext>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
|
#include <GL/glext.h>
|
||||||
|
|
||||||
CachedSvgItem::CachedSvgItem(QGraphicsItem * parent) :
|
CachedSvgItem::CachedSvgItem(QGraphicsItem * parent) :
|
||||||
QGraphicsSvgItem(parent),
|
QGraphicsSvgItem(parent),
|
||||||
m_context(0),
|
m_context(0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user