From: Ivailo Monev Date: Thu, 25 Jul 2019 16:33:48 +0000 (+0000) Subject: cstdlib is required for malloc in qcontiguouscache header X-Git-Tag: 4.12.0~5347 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e5ffaf680ec774bd4f20c371a752e85f101a92ca;p=kde%2FKatie.git cstdlib is required for malloc in qcontiguouscache header Signed-off-by: Ivailo Monev --- diff --git a/src/core/tools/qcontiguouscache.h b/src/core/tools/qcontiguouscache.h index 8687a192a..c0f229fce 100644 --- a/src/core/tools/qcontiguouscache.h +++ b/src/core/tools/qcontiguouscache.h @@ -35,7 +35,9 @@ #define QCONTIGUOUSCACHE_H #include + #include +#include #include QT_BEGIN_HEADER