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:
Simon Pilgrim 2021-06-05 18:02:52 +01:00
parent 11e0882e8d
commit e32d73ef5e
1 changed files with 1 additions and 0 deletions

View File

@ -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>