diff --git a/source/styles/color.cpp b/source/styles/color.cpp index 4189d647..aca474d5 100644 --- a/source/styles/color.cpp +++ b/source/styles/color.cpp @@ -21,6 +21,7 @@ // // @license: http://www.opensource.org/licenses/mit-license.php // @author: see AUTHORS file +#include #include @@ -119,4 +120,4 @@ std::string color::to_hash_string() const return hash_string; } -} // namespace xlnt \ No newline at end of file +} // namespace xlnt