forked from OSchip/llvm-project
NativeFormatting.cpp - 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
11e0882e8d
commit
e32d73ef5e
|
@ -11,6 +11,7 @@
|
|||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/Support/Format.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <float.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue