db98a3f1b1
Without explicitely including <cstdlib>, compiling some files including store/source/storbase.hxx (such as store/source/storpage.cxx which includes it through store/source/storpage.hxx) will result in errors: error: ‘malloc’ is not a member of ‘std’ and error: ‘free’ is not a member of ‘std’ This patch simply adds the necessary include. Change-Id: I3d1fa2a17c5ae9d512f1de9d434dac3d82fc353f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152712 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> |
||
---|---|---|
.. | ||
qa | ||
source | ||
CppunitTest_store.mk | ||
IwyuFilter_store.yaml | ||
Library_store.mk | ||
Makefile | ||
Module_store.mk | ||
README.md | ||
version.mk |
The Legacy .rdb Format
Originally used for services and types .rdb
files, before the former were
replaced with XML files and the latter with the new unoidl format, but still
needed for backwards compatibility.