[libkwineffects] Try fixing compile error with clang
The FreeBSD build is currently failing with: kwingltexture_p.h:83:23: error: no function named 'cleanupGL' with type 'void ()' was found in the specified scope friend void KWin::cleanupGL(); This change hopefully addresses the problem.
This commit is contained in:
parent
793eecc826
commit
f31e183605
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define KWIN_GLTEXTURE_P_H
|
#define KWIN_GLTEXTURE_P_H
|
||||||
|
|
||||||
#include "kwinconfig.h" // KWIN_HAVE_OPENGL
|
#include "kwinconfig.h" // KWIN_HAVE_OPENGL
|
||||||
|
#include "kwinglutils.h"
|
||||||
#include <kwinglutils_export.h>
|
#include <kwinglutils_export.h>
|
||||||
|
|
||||||
#include <QSize>
|
#include <QSize>
|
||||||
|
|
Loading…
Reference in a new issue