From e2432596ac00f52421e166febd7d94c0b8446539 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 7 Dec 2004 07:08:08 +0000 Subject: [PATCH] Provide a missing header file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18597 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Constants.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index 1ed6ed58b31..6aa218c74e7 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -21,6 +21,7 @@ #include "llvm/ADT/StringExtras.h" #include #include +#include "math.h" using namespace llvm; ConstantBool *ConstantBool::True = new ConstantBool(true);