[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Tue Apr 15 22:06:45 PDT 2014


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

New commits:
commit f9344940db627b549a9047da6b1bcc62a2d3a6ef
Author: Tor Lillqvist <tml at 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>
 


More information about the Libreoffice-commits mailing list