summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-01-29 15:19:06 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-01-29 15:19:06 +0000
commitef14f80e9514337ef192d781d0152b8f7ee2f498 (patch)
tree635ffb5fc07595ef276add99347f6c59a78ad729 /llvm/lib/Support
parentb17c58674eeaa1009cf26516ae01905a65c47832 (diff)
downloadbcm5719-llvm-ef14f80e9514337ef192d781d0152b8f7ee2f498.tar.gz
bcm5719-llvm-ef14f80e9514337ef192d781d0152b8f7ee2f498.zip
Fix MSVC build.
llvm-svn: 94809
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/raw_ostream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp
index f020681e6fa..af6dc7cf48b 100644
--- a/llvm/lib/Support/raw_ostream.cpp
+++ b/llvm/lib/Support/raw_ostream.cpp
@@ -20,6 +20,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/ADT/STLExtras.h"
+#include <cctype>
#include <sys/stat.h>
#include <sys/types.h>
OpenPOWER on IntegriCloud