diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-12-02 02:22:01 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-12-02 02:22:01 +0000 |
commit | 97af751deb9b26fd42fbcee082da9ccc4ded5b45 (patch) | |
tree | b8b0b9a80532db41e09d5ce6a4d3f6e3d7823184 /lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | |
parent | 9919e3df178fdb9f9b9b9147f6701294e363fa77 (diff) |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp b/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp index 1b8f399b39..161873c2c8 100644 --- a/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp +++ b/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp @@ -27,6 +27,7 @@ #include "llvm/Target/TargetData.h" #include <csignal> #include <map> +#include <cmath> using std::vector; using namespace llvm; |