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:
da1f03c
)
Fix VC++ compilation error
author
Jeff Cohen
<jeffc@jolt-lang.org>
Sat, 22 Jan 2005 18:50:10 +0000
(18:50 +0000)
committer
Jeff Cohen
<jeffc@jolt-lang.org>
Sat, 22 Jan 2005 18:50:10 +0000
(18:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19757
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/AsmWriterEmitter.cpp
b/utils/TableGen/AsmWriterEmitter.cpp
index 821032df9570d0d1152e755c4cab365abb500f3c..ecd09630e1ef8dd3af3d6c62b6a984e569e1d1a9 100644
(file)
--- a/
utils/TableGen/AsmWriterEmitter.cpp
+++ b/
utils/TableGen/AsmWriterEmitter.cpp
@@
-15,6
+15,7
@@
#include "AsmWriterEmitter.h"
#include "CodeGenTarget.h"
#include "Record.h"
+#include <algorithm>
#include <ostream>
using namespace llvm;