Provide a missing header file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18597 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-07 07:08:08 +00:00
parent 79457c791e
commit e2432596ac

View 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);