summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2007-03-12 17:57:00 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2007-03-12 17:57:00 +0000
commit72ac14ed294c34e67d298014d0ffccd4e9db6fbd (patch)
treef0e8520322a71437016082fb66fcdec767f9a282 /llvm/lib/ExecutionEngine
parent00227417d29568da20f14a7aeb7263d6aa9f734c (diff)
downloadbcm5719-llvm-72ac14ed294c34e67d298014d0ffccd4e9db6fbd.tar.gz
bcm5719-llvm-72ac14ed294c34e67d298014d0ffccd4e9db6fbd.zip
Unbreak C++ build.
llvm-svn: 35067
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/ExecutionEngine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
index d9e796e66c7..b1e8774a6b4 100644
--- a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
+++ b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
@@ -24,6 +24,7 @@
#include "llvm/Support/MutexGuard.h"
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Target/TargetData.h"
+#include <math.h>
using namespace llvm;
STATISTIC(NumInitBytes, "Number of bytes of global vars initialized");
OpenPOWER on IntegriCloud