forked from OSchip/llvm-project
ELFTypes.h - add missing implicit MathExtras.h header dependency. NFCI.
Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h
This commit is contained in:
parent
d118fa2914
commit
128f5d16ef
|
@ -15,6 +15,7 @@
|
|||
#include "llvm/Object/Error.h"
|
||||
#include "llvm/Support/Endian.h"
|
||||
#include "llvm/Support/Error.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in New Issue