forked from OSchip/llvm-project
[X86] Fix implicit MathsExtras.h header dependency
This commit is contained in:
parent
47f7938a94
commit
61d124f7a2
|
@ -15,6 +15,7 @@
|
|||
#include "llvm/ADT/APInt.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Vector Mask Decoding
|
||||
|
|
Loading…
Reference in New Issue