Skip to content

Commit f13a521

Browse files
authored
Explicitly #include <cctype> to avoid relying on isdigit being available through unrelated headers (#59745)
1 parent 7cb8a46 commit f13a521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/runtime/MetadataLookup.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "llvm/ADT/PointerIntPair.h"
3636
#include "llvm/ADT/PointerUnion.h"
3737
#include "llvm/ADT/StringExtras.h"
38+
#include <cctype>
3839
#include <cstring>
3940
#include <functional>
4041
#include <list>

0 commit comments

Comments
 (0)