add missing include for std::fabs

This commit is contained in:
Thomas Fussell 2016-11-09 20:20:12 -05:00
parent f90e35e007
commit b06f3901f6

View File

@ -22,6 +22,8 @@
// @license: http://www.opensource.org/licenses/mit-license.php // @license: http://www.opensource.org/licenses/mit-license.php
// @author: see AUTHORS file // @author: see AUTHORS file
#include <cmath> // for std::fabs
#include <xlnt/styles/fill.hpp> #include <xlnt/styles/fill.hpp>
namespace xlnt { namespace xlnt {