summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-06 09:24:25 +0200
committerNoel Grandin <noel@peralex.com>2015-10-06 09:26:14 +0200
commit32b9901dae7403453d773f5904de15551a323595 (patch)
treef7a2ddba38017c08eb7cc5b720815d1446c22f76
parent8a248d69cc807ac076c7da13cd69e114f0dde0ce (diff)
need <numeric> for std::accumulate
Change-Id: Ic7d237ab5e4a7925bf265b8ab495ad3e0c128735
-rw-r--r--sw/source/ui/index/cnttab.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index f5ac0fc764e8..7e06bccacc77 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -80,6 +80,7 @@
#include <unomid.h>
#include <boost/ptr_container/ptr_vector.hpp>
+#include <numeric>
using namespace ::com::sun::star;