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:
ad45b00
)
Fix VC++ build error.
author
Jeff Cohen
<jeffc@jolt-lang.org>
Wed, 15 Mar 2006 02:51:05 +0000
(
02:51
+0000)
committer
Jeff Cohen
<jeffc@jolt-lang.org>
Wed, 15 Mar 2006 02:51:05 +0000
(
02:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26773
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/IntrinsicEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/IntrinsicEmitter.cpp
b/utils/TableGen/IntrinsicEmitter.cpp
index 796ad82cc68cba555fb782c5323f7fa3f81e60ab..a56b77dbe01363803410525531a24a1b71fc52f5 100644
(file)
--- a/
utils/TableGen/IntrinsicEmitter.cpp
+++ b/
utils/TableGen/IntrinsicEmitter.cpp
@@
-14,6
+14,7
@@
#include "IntrinsicEmitter.h"
#include "Record.h"
#include "llvm/ADT/StringExtras.h"
+#include <algorithm>
using namespace llvm;
//===----------------------------------------------------------------------===//