Mangle.cpp - fix implicit Format.h dependency. NFC.

ProfileSummary was depending on other headers (notably via WithColor.h) to define format().
This commit is contained in:
Simon Pilgrim 2020-06-23 13:59:05 +01:00
parent 62c1750ea9
commit 2168d69d1f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Mangler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
using namespace clang;