summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-06 08:04:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-06 08:04:19 +0100
commitd79efb6070850b3a07b7d13668de8dcce6815166 (patch)
tree7dd9043e829d4cd5ee9bd302f0020621321c3794 /idl
parent5af3256f92b5aaabf59f42a8e431bfbed078685d (diff)
Missing include
Change-Id: Iaa59ae222c4d0453cbacb33018036802d606affc
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/types.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx
index 47c2882a4668..f208f26ac99e 100644
--- a/idl/source/objects/types.cxx
+++ b/idl/source/objects/types.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>