projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5908839
)
Fix MSVC build.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 29 Jan 2010 15:19:06 +0000
(15:19 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 29 Jan 2010 15:19:06 +0000
(15:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94809
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/raw_ostream.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/raw_ostream.cpp
b/lib/Support/raw_ostream.cpp
index f020681e6fa5e1e961b6f3279d2370140ea90a22..af6dc7cf48bde4b7abc14dfd6e81dc9f6b96aede 100644
(file)
--- a/
lib/Support/raw_ostream.cpp
+++ b/
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>