vcl/source/outdev/line.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f9344940db627b549a9047da6b1bcc62a2d3a6ef
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed Apr 16 07:38:10 2014 +0300

    Need <numeric> for std::accumulate()
    
    Change-Id: Ifdc9f936346d35b825d977fcd6e42953b46f30fe

diff --git a/vcl/source/outdev/line.cxx b/vcl/source/outdev/line.cxx
index 08a813b..14b630c 100644
--- a/vcl/source/outdev/line.cxx
+++ b/vcl/source/outdev/line.cxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <numeric>
+
 #include <vcl/virdev.hxx>
 #include <vcl/outdev.hxx>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to