Merge pull request #617 from beached/patch-1

Missing include in number_formatter.cpp
This commit is contained in:
Thomas Fussell 2022-08-06 12:13:04 -05:00 committed by GitHub
commit ef4dec6ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@
#include <algorithm>
#include <cctype>
#include <cmath>
#include <limits>
#include <xlnt/utils/exceptions.hpp>
#include <xlnt/utils/numeric.hpp>