summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/astenum.cxx4
-rw-r--r--idlc/source/astscope.cxx4
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>