Promote dependency for MathExtras.h out of Constants.h.

llvm-svn: 22839
This commit is contained in:
Jim Laskey 2005-08-17 20:04:34 +00:00
parent b74c666186
commit 17e7599ecb
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MathExtras.h"
#include <cctype>
using namespace llvm;