From kde-commits Wed Jan 31 22:56:08 2018 From: Friedrich W. H. Kossebau Date: Wed, 31 Jan 2018 22:56:08 +0000 To: kde-commits Subject: [plasma-framework] src/declarativeimports/core: Include cstdlib for std::free Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=151743937930296 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