Include cstdlib for std::free

clang/freebsd can has satisfaction that way (hopefully)
This commit is contained in:
Friedrich W. H. Kossebau 2018-01-31 23:55:45 +01:00
parent 46121d5848
commit 551e92b10f

View File

@ -43,6 +43,8 @@ typedef GLvoid(*glEGLImageTargetTexture2DOES_func)(GLenum, GLeglImageOES);
#endif // HAVE_EGL #endif // HAVE_EGL
#endif #endif
#include <cstdlib>
namespace Plasma namespace Plasma
{ {