From f31e183605deb88131840fb16a6808c67da957fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Sun, 1 Oct 2017 09:54:12 +0200 Subject: [PATCH] [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. --- libkwineffects/kwingltexture_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libkwineffects/kwingltexture_p.h b/libkwineffects/kwingltexture_p.h index cec4c6c1f7..0eaca55b0a 100644 --- a/libkwineffects/kwingltexture_p.h +++ b/libkwineffects/kwingltexture_p.h @@ -24,6 +24,7 @@ along with this program. If not, see . #define KWIN_GLTEXTURE_P_H #include "kwinconfig.h" // KWIN_HAVE_OPENGL +#include "kwinglutils.h" #include #include