diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-17 11:13:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-17 11:13:35 +0100 |
commit | c881e20ecddcbba5db6daf41e2ef294f6a97dd19 (patch) | |
tree | 67a9cf4f0a2a0d7b73df1985f846d1b3264acc5e /linguistic | |
parent | eaf2c278888ebca0ac99055ee34df6f011da3596 (diff) |
include algorithm for std::min/max
Change-Id: I59ff81e1c203fb81a3f6b0fe666082a08ad8cfc5
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dicimp.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index f79af0186006..e9820d5a4381 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -40,6 +40,8 @@ #include "defs.hxx" +#include <algorithm> + using namespace utl; using namespace osl; |