Unbreak C++ build.
authorJeff Cohen <jeffc@jolt-lang.org>
Mon, 12 Mar 2007 17:57:00 +0000 (17:57 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Mon, 12 Mar 2007 17:57:00 +0000 (17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35067 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/ExecutionEngine.cpp

index d9e796e66c799a9200833de84822aef9df68115b..b1e8774a6b4965d60f852ca866e4bbb8c51989ce 100644 (file)
@@ -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");