Merge pull request #617 from beached/patch-1

Missing include in number_formatter.cpp
pull/646/head
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
1 changed files with 1 additions and 0 deletions

View File

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