mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
01da3c4906
* update seacas * update version * Add patch * update version --------- Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
14 lines
841 B
Diff
14 lines
841 B
Diff
diff --git a/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h b/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h
|
|
index 67512ba..589cac2 100644
|
|
--- a/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h
|
|
+++ b/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h
|
|
@@ -6,7 +6,7 @@
|
|
|
|
// ####################### Start Clang Header Tool Managed Headers ########################
|
|
// clang-format off
|
|
-#include <ctype.h> // for toupper
|
|
+#include <cctype> // for toupper, isspace, isdigit
|
|
#include <stddef.h> // for size_t
|
|
#include <algorithm> // for remove, etc
|
|
#include <iterator> // for insert_iterator
|