diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-30 18:22:27 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-30 18:22:27 +0000 |
commit | cfb1d4235fe3291028341e6acf4139723b4749e3 (patch) | |
tree | 07b75d73c9dc0f8adb520bc35dd66205bee3d6b8 /lib/Transforms/Scalar/LoopStrengthReduce.cpp | |
parent | f20d183c2268553c738fefb014959ea924dd0555 (diff) |
Fix VC++ build problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22564 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r-- | lib/Transforms/Scalar/LoopStrengthReduce.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 090bf1b009..6b8693b6f8 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -29,6 +29,7 @@ #include "llvm/Target/TargetData.h" #include "llvm/ADT/Statistic.h" #include "llvm/Support/Debug.h" +#include <algorithm> #include <set> using namespace llvm; |