diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-29 17:22:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-29 18:21:00 +0300 |
commit | eeeef4e83c3cc643f32c094df36cbd311b1c294a (patch) | |
tree | ce8e44f20184e4f8faaf4e8fe20a0621116f0d49 /comphelper | |
parent | 31bf50b6cb8ddaa7c87bfcd0411b7bedfefd801e (diff) |
Include <algorithm> for std::min
Change-Id: If2bf31494f1354ff3856ad8b32f6799042e23b18
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/docpasswordhelper.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/streaming/memorystream.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/source/misc/docpasswordhelper.cxx b/comphelper/source/misc/docpasswordhelper.cxx index 3a6b3b9765e6..25a5e96dba95 100644 --- a/comphelper/source/misc/docpasswordhelper.cxx +++ b/comphelper/source/misc/docpasswordhelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <algorithm> #include <comphelper/docpasswordhelper.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/comphelper/source/streaming/memorystream.cxx b/comphelper/source/streaming/memorystream.cxx index b8b3f4c113ca..9f71eb2f3f3a 100644 --- a/comphelper/source/streaming/memorystream.cxx +++ b/comphelper/source/streaming/memorystream.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <algorithm> #include "comphelper_module.hxx" #include "comphelper_services.hxx" |