idl/source/objects/object.cxx | 2 ++ idl/source/prj/database.cxx | 2 ++ 2 files changed, 4 insertions(+)
New commits: commit 6c1cab568039aca82a744badde335f83413beaa3 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Jan 6 07:52:56 2016 +0100 Missing include Change-Id: Icba84b4921cdb7c4a9e88975ec98dddc91e9f79b diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index 3172e86..2aec4e5 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -17,7 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> +#include <algorithm> #include <ctype.h> #include <stdio.h> diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index 5dccf9b..48a3f5e 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -17,7 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> +#include <algorithm> #include <ctype.h> #include <stdio.h> #include <stdlib.h> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits