aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-13 23:04:28 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-13 23:04:28 +0000
commitffb15de60e839635d8628b0f4543638239bee39a (patch)
tree8ca8969c74ad3ae043361881d75b95832bd44408
parent729bd28f62d83c9681702264a79c4ab03c7c11ec (diff)
downloadexternal_llvm-ffb15de60e839635d8628b0f4543638239bee39a.zip
external_llvm-ffb15de60e839635d8628b0f4543638239bee39a.tar.gz
external_llvm-ffb15de60e839635d8628b0f4543638239bee39a.tar.bz2
Fixed a compilation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44083 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 35585e3..16dff55 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -27,6 +27,7 @@
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Allocator.h"
+#include <cmath>
namespace llvm {