Provide a missing header file.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 7 Dec 2004 07:08:08 +0000 (07:08 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 7 Dec 2004 07:08:08 +0000 (07:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18597 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Constants.cpp

index 1ed6ed58b31406153216f1751c568a0733fdf07e..6aa218c74e74ad07a9814bb0c619633e7ceaaa72 100644 (file)
@@ -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);