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

llvm/lib/Support/NativeFormatting.cpp

index ae4bffb..ae9f037 100644 (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>