aboutsummaryrefslogtreecommitdiffstats
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
commite2432596ac00f52421e166febd7d94c0b8446539 (patch)
tree8474b3ba8d2a472b2f5f449487108e5136433880
parent79457c791ed282a7e65f9096b2ada1a54e434848 (diff)
downloadexternal_llvm-e2432596ac00f52421e166febd7d94c0b8446539.zip
external_llvm-e2432596ac00f52421e166febd7d94c0b8446539.tar.gz
external_llvm-e2432596ac00f52421e166febd7d94c0b8446539.tar.bz2
Provide a missing header file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18597 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/VMCore/Constants.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp
index 1ed6ed5..6aa218c 100644
--- a/lib/VMCore/Constants.cpp
+++ b/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);