diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-24 02:52:40 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-24 02:52:40 +0000 |
commit | 7e88103cdea8c36b2229dae8c60def14e3816512 (patch) | |
tree | 6ddb40b053aec3635474bc742c8fa6730fec1b49 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 0e43f2ba114df7bfc1f70d0ef62b663f6ea4c09d (diff) |
Get VC++ building again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index a6e3fd0388..6b93a703cf 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -42,6 +42,7 @@ #include <map> #include <set> #include <iostream> +#include <algorithm> using namespace llvm; #ifndef NDEBUG |