vcpkg/ports/hpx/hpx-1.7.0-format-from-string.patch

13 lines
427 B
Diff
Raw Normal View History

2021-07-16 06:38:30 +08:00
diff --git a/libs/core/format/include/hpx/util/from_string.hpp b/libs/core/format/include/hpx/util/from_string.hpp
index 07eb9b68dfb..c3d0d857143 100644
--- a/libs/core/format/include/hpx/util/from_string.hpp
+++ b/libs/core/format/include/hpx/util/from_string.hpp
@@ -10,6 +10,7 @@
#include <hpx/util/bad_lexical_cast.hpp>
#include <algorithm>
+#include <cctype>
#include <cstddef>
#include <limits>
#include <sstream>