summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-12 08:58:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-12 08:58:39 +0100
commita739f77150fc3a184102137f9677642d3e004320 (patch)
treeafdea7439ee29dee6f508df6efa3193f269c5861 /idl
parent29cec238a1b140b88d85e5cc87bb00cbf2ad41a8 (diff)
missing include
Change-Id: If579fa4cb615a5d7d6ca5c5a864393324940582f
Diffstat (limited to 'idl')
-rw-r--r--idl/source/prj/parser.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/source/prj/parser.cxx b/idl/source/prj/parser.cxx
index 33096e540210..2593c2904cfc 100644
--- a/idl/source/prj/parser.cxx
+++ b/idl/source/prj/parser.cxx
@@ -19,6 +19,8 @@
#include <sal/config.h>
+#include <algorithm>
+
#include <parser.hxx>
#include <database.hxx>
#include <globals.hxx>