Include cctype for std::isprint.
This should unbreak the msvc build. llvm-svn: 153329
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
using namespace llvm;
|
||||
using namespace object;
|
||||
|
||||
Reference in New Issue
Block a user