diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-12 08:58:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-12 08:58:39 +0100 |
commit | a739f77150fc3a184102137f9677642d3e004320 (patch) | |
tree | afdea7439ee29dee6f508df6efa3193f269c5861 /idl/source/prj | |
parent | 29cec238a1b140b88d85e5cc87bb00cbf2ad41a8 (diff) |
missing include
Change-Id: If579fa4cb615a5d7d6ca5c5a864393324940582f
Diffstat (limited to 'idl/source/prj')
-rw-r--r-- | idl/source/prj/parser.cxx | 2 |
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> |