store/source/lockbyte.cxx | 1 + store/source/storbase.hxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 5343e76a0f91506baac47b06287b2a4fa985dce5 Author: Tor Lillqvist <[email protected]> AuthorDate: Thu Apr 30 13:05:28 2020 +0300 Commit: Andras Timar <[email protected]> CommitDate: Thu Apr 1 15:50:27 2021 +0200 Include <cstdlib> for std::malloc() and std::free() Change-Id: Ice6964858f39709dfd7e55ed8d7fe2d71da6acad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93205 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx index 91de98023c48..b721743dc6d0 100644 --- a/store/source/lockbyte.cxx +++ b/store/source/lockbyte.cxx @@ -29,6 +29,7 @@ #include "object.hxx" #include "storbase.hxx" +#include <cstdlib> #include <memory> #include <string.h> diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx index f4745d7c6885..61ab76c690e8 100644 --- a/store/source/storbase.hxx +++ b/store/source/storbase.hxx @@ -33,6 +33,7 @@ #include <store/types.h> +#include <cstdlib> #include <memory> #include <utility> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
