mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix missing header for std::runtime_error
This commit is contained in:
parent
436c4bccbd
commit
40eb6c9cb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user