Git commit 551e92b10fdd56d573949eb695e742f4b51ac0bb by Friedrich W. H. Koss= ebau. Committed on 31/01/2018 at 22:55. Pushed by kossebau into branch 'master'. Include cstdlib for std::free clang/freebsd can has satisfaction that way (hopefully) M +2 -0 src/declarativeimports/core/windowthumbnail.cpp https://commits.kde.org/plasma-framework/551e92b10fdd56d573949eb695e742f4b5= 1ac0bb diff --git a/src/declarativeimports/core/windowthumbnail.cpp b/src/declarat= iveimports/core/windowthumbnail.cpp index c07955bf1..d3130d505 100644 --- a/src/declarativeimports/core/windowthumbnail.cpp +++ b/src/declarativeimports/core/windowthumbnail.cpp @@ -43,6 +43,8 @@ typedef GLvoid(*glEGLImageTargetTexture2DOES_func)(GLenum= , GLeglImageOES); #endif // HAVE_EGL #endif = +#include + namespace Plasma { =20