[llvm][StringExtras] Add missing include of cctype

This fixes build breakages on windows.
This commit is contained in:
River Riddle 2020-04-14 19:29:54 -07:00
parent c9f9c79c5a
commit b30246087a
1 changed files with 2 additions and 0 deletions

View File

@ -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