fix missing header for std::runtime_error

This commit is contained in:
Thomas Fussell 2015-12-24 15:58:31 -05:00
parent 436c4bccbd
commit 40eb6c9cb6

View File

@ -21,6 +21,7 @@
//
// @license: http://www.opensource.org/licenses/mit-license.php
// @author: see AUTHORS file
#include <stdexcept>
#include <xlnt/styles/color.hpp>
@ -119,4 +120,4 @@ std::string color::to_hash_string() const
return hash_string;
}
} // namespace xlnt
} // namespace xlnt