MsgPackReader.cpp - add missing implicit MathExtras.h header dependency. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 17:03:37 +0000 (18:03 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 17:05:40 +0000 (18:05 +0100)
commit24b9bc84982f47c6a62dccad1d0dd6bd7b023176
tree28cd43290ed196a29ea1be60ecbd52541bc3ede2
parente32d73ef5ee5b7376bd6b1b08ecf22bde04d919e
MsgPackReader.cpp - add missing implicit MathExtras.h header dependency. NFCI.

Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h
llvm/lib/BinaryFormat/MsgPackReader.cpp