aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/AsmWriterEmitter.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-22 18:50:10 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-22 18:50:10 +0000
commit615ed993e115f8bc97ff0678aa861629fec93880 (patch)
treedcfd8c4d2b85212b28d7655dc8c7af440f0d2682 /utils/TableGen/AsmWriterEmitter.cpp
parentda1f03c1b5e1121a22704c245cc2e40b836f9898 (diff)
downloadexternal_llvm-615ed993e115f8bc97ff0678aa861629fec93880.zip
external_llvm-615ed993e115f8bc97ff0678aa861629fec93880.tar.gz
external_llvm-615ed993e115f8bc97ff0678aa861629fec93880.tar.bz2
Fix VC++ compilation error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/AsmWriterEmitter.cpp')
-rw-r--r--utils/TableGen/AsmWriterEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/AsmWriterEmitter.cpp b/utils/TableGen/AsmWriterEmitter.cpp
index 821032d..ecd0963 100644
--- 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;