summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-07 07:08:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-07 07:08:08 +0000
commitae056bdd365139bb41a4885b7ad3f55f1f2d6d03 (patch)
treee21273618693259cd54a2549d28f45547489a3c3
parent744d95e8c74257c12b34ea0528362a6442199c40 (diff)
downloadbcm5719-llvm-ae056bdd365139bb41a4885b7ad3f55f1f2d6d03.tar.gz
bcm5719-llvm-ae056bdd365139bb41a4885b7ad3f55f1f2d6d03.zip
Provide a missing header file.
llvm-svn: 18597
-rw-r--r--llvm/lib/VMCore/Constants.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Constants.cpp b/llvm/lib/VMCore/Constants.cpp
index 1ed6ed58b31..6aa218c74e7 100644
--- a/llvm/lib/VMCore/Constants.cpp
+++ b/llvm/lib/VMCore/Constants.cpp
@@ -21,6 +21,7 @@
#include "llvm/ADT/StringExtras.h"
#include <algorithm>
#include <iostream>
+#include "math.h"
using namespace llvm;
ConstantBool *ConstantBool::True = new ConstantBool(true);
OpenPOWER on IntegriCloud