diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-27 08:22:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-27 08:22:28 +0100 |
commit | 2ea1f35b195e51d5325d1a36096e754d692aaaf3 (patch) | |
tree | c2890268e1492e7e2f4aea1c228598123cdd7806 | |
parent | 855c94a46a8810780dacce178b533ab6ceb4d19b (diff) |
Missing include
Change-Id: I65c2f9d6f3d0974d94c1f7b6bcde28db53d85516
-rw-r--r-- | sc/source/core/data/segmenttree.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/segmenttree.cxx b/sc/source/core/data/segmenttree.cxx index 14b051852448..1ed168037c77 100644 --- a/sc/source/core/data/segmenttree.cxx +++ b/sc/source/core/data/segmenttree.cxx @@ -21,6 +21,7 @@ #include <mdds/flat_segment_tree.hpp> +#include <algorithm> #include <limits> using ::std::numeric_limits; |