ELFTypes.h - add missing implicit MathExtras.h header dependency. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 18:11:40 +0000 (19:11 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 18:11:40 +0000 (19:11 +0100)
Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h

llvm/include/llvm/Object/ELFTypes.h

index 483aeea..6cd93ef 100644 (file)
@@ -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>