diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-06 07:52:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-06 07:52:56 +0100 |
commit | 6c1cab568039aca82a744badde335f83413beaa3 (patch) | |
tree | d3dca7e9aee875321029c2377ddb3ce89e000c81 /idl | |
parent | 5a014c49b3183e6da6842119b4e0f92ab59b2843 (diff) |
Missing include
Change-Id: Icba84b4921cdb7c4a9e88975ec98dddc91e9f79b
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/object.cxx | 2 | ||||
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index 3172e86e5b39..2aec4e5e84ff 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 5dccf9b97937..48a3f5ea53f9 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> |