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/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 9528cb4..1dcf9fd 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/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