From b06f3901f65d6cf10d202d9c0d4a70198394b0c7 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Wed, 9 Nov 2016 20:20:12 -0500 Subject: [PATCH] add missing include for std::fabs --- source/styles/fill.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/styles/fill.cpp b/source/styles/fill.cpp index bd33b6a0..bdc98fe3 100644 --- a/source/styles/fill.cpp +++ b/source/styles/fill.cpp @@ -22,6 +22,8 @@ // @license: http://www.opensource.org/licenses/mit-license.php // @author: see AUTHORS file +#include // for std::fabs + #include namespace xlnt {