commit | 97af751deb9b26fd42fbcee082da9ccc4ded5b45 | [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 | b8b0b9a80532db41e09d5ce6a4d3f6e3d7823184 | |
parent | 9919e3df178fdb9f9b9b9147f6701294e363fa77 [diff] [blame] |
Unbreak VC++ build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32113 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 9528cb4..1dcf9fda 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -29,6 +29,7 @@ #include <iostream> #include <set> #include <algorithm> +#include <cmath> using namespace llvm; /// makeVTList - Return an instance of the SDVTList struct initialized with the