diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-01-29 15:19:06 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-01-29 15:19:06 +0000 |
commit | ef14f80e9514337ef192d781d0152b8f7ee2f498 (patch) | |
tree | 635ffb5fc07595ef276add99347f6c59a78ad729 /llvm/lib/Support | |
parent | b17c58674eeaa1009cf26516ae01905a65c47832 (diff) | |
download | bcm5719-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.cpp | 1 |
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> |