[Libreoffice-commits] core.git: drawinglayer/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 19 12:30:21 UTC 2016
drawinglayer/source/primitive2d/borderlineprimitive2d.cxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 75ee4bb944acc27d6d10a880c7e3b46b2084895e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 19 14:29:56 2016 +0200
Missing include for std::round
Change-Id: Id9e67f800192eb9ddbf79960d4b17012531d0e08
diff --git a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
index 8ed0a9ca..97ea164 100644
--- a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
@@ -25,8 +25,10 @@
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
#include <svtools/borderhelper.hxx>
-#include <numeric>
+
#include <algorithm>
+#include <cmath>
+#include <numeric>
namespace drawinglayer {
More information about the Libreoffice-commits
mailing list