forked from OSchip/llvm-project
[llvm][StringExtras] Add missing include of cctype
This fixes build breakages on windows.
This commit is contained in:
parent
c9f9c79c5a
commit
b30246087a
|
@ -13,6 +13,8 @@
|
|||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <cctype>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
/// StrInStrNoCase - Portable version of strcasestr. Locates the first
|
||||
|
|
Loading…
Reference in New Issue