forked from OSchip/llvm-project
MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.
llvm-svn: 31219
This commit is contained in:
parent
6ca4a345dd
commit
e0412f500e
|
@ -15,7 +15,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
#include "llvm/ADT/MathExtras.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
using namespace llvm;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue