aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit8a50de2974a75e52a7f4c755d79dccd77177f2d6 (patch)
tree8ca8969c74ad3ae043361881d75b95832bd44408 /include
parent299395733c371459021ee7839b8e064a0f6ee1a5 (diff)
downloadexternal_llvm-8a50de2974a75e52a7f4c755d79dccd77177f2d6.zip
external_llvm-8a50de2974a75e52a7f4c755d79dccd77177f2d6.tar.gz
external_llvm-8a50de2974a75e52a7f4c755d79dccd77177f2d6.tar.bz2
Fixed a compilation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 {