commit | cc08c831866bb8b6e221f809a11d1310343b65a3 | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sat Dec 02 02:22:01 2006 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sat Dec 02 02:22:01 2006 +0000 |
tree | aa20659305554086dda96dd9d4d7e4247edb34bb | |
parent | 7a002fec1fc38fbcc01a863928b9862146d5fdc5 [diff] [blame] |
Unbreak VC++ build. llvm-svn: 32113
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 10a3565..9248662 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -33,6 +33,7 @@ #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" #include <algorithm> +#include <cmath> using namespace llvm; namespace {