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/source/streaming | |
parent | 31bf50b6cb8ddaa7c87bfcd0411b7bedfefd801e (diff) |
Include <algorithm> for std::min
Change-Id: If2bf31494f1354ff3856ad8b32f6799042e23b18
Diffstat (limited to 'comphelper/source/streaming')
-rw-r--r-- | comphelper/source/streaming/memorystream.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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" |