[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - store/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 1 13:51:35 UTC 2021
store/source/lockbyte.cxx | 1 +
store/source/storbase.hxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 5343e76a0f91506baac47b06287b2a4fa985dce5
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Apr 30 13:05:28 2020 +0300
Commit: Andras Timar <andras.timar at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
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>
More information about the Libreoffice-commits
mailing list