diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-30 18:55:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-01 13:57:54 +0100 |
commit | f16312891d91ea078febeca13c20281632b79f66 (patch) | |
tree | 6cea263850461b99c011bb2482511160685e0494 /idlc | |
parent | 246d10cd6a1287ba7d01c33256676e586c71a480 (diff) |
missing include
Change-Id: I7dc79698e642b3b971a769c57d7c7b9cfded249b
Reviewed-on: https://gerrit.libreoffice.org/84132
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astenum.cxx | 4 | ||||
-rw-r--r-- | idlc/source/astscope.cxx | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/idlc/source/astenum.cxx b/idlc/source/astenum.cxx index 4254f7264eaa..54324337de6d 100644 --- a/idlc/source/astenum.cxx +++ b/idlc/source/astenum.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <algorithm> + #include <astenum.hxx> #include <registry/version.h> diff --git a/idlc/source/astscope.cxx b/idlc/source/astscope.cxx index 9af691501a8a..26ebcdb4090a 100644 --- a/idlc/source/astscope.cxx +++ b/idlc/source/astscope.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <algorithm> + #include <astscope.hxx> #include <astbasetype.hxx> #include <astinterface.hxx> |