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:
faa6010
)
Fix VC++ compilation error.
author
Jeff Cohen
<jeffc@jolt-lang.org>
Wed, 1 Feb 2006 04:37:04 +0000
(
04:37
+0000)
committer
Jeff Cohen
<jeffc@jolt-lang.org>
Wed, 1 Feb 2006 04:37:04 +0000
(
04:37
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25869
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/InlineAsm.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/InlineAsm.cpp
b/lib/VMCore/InlineAsm.cpp
index 430fb07008e383caa79516206596dfc1bad16cf1..54367204175cdedea9bbd031ae311a516948d01c 100644
(file)
--- a/
lib/VMCore/InlineAsm.cpp
+++ b/
lib/VMCore/InlineAsm.cpp
@@
-13,6
+13,7
@@
#include "llvm/InlineAsm.h"
#include "llvm/DerivedTypes.h"
+#include <algorithm>
#include <cctype>
using namespace llvm;