Include cctype for std::isprint.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 23 Mar 2012 11:49:32 +0000 (11:49 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 23 Mar 2012 11:49:32 +0000 (11:49 +0000)
This should unbreak the msvc build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153329 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-objdump/llvm-objdump.cpp

index 94becaefc553298126d410922556b5c373e100ee..387f0567791cab17ab7df5c7b5389e888a586013 100644 (file)
@@ -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;