forked from OSchip/llvm-project
Promote dependency for MathExtras.h out of Constants.h.
llvm-svn: 22839
This commit is contained in:
parent
b74c666186
commit
17e7599ecb
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue