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

ProfileSummary was depending on other headers (notably WithColor.h) to define format().
This commit is contained in:
Simon Pilgrim 2020-06-23 09:43:09 +01:00
parent 0acd22b8fb
commit 7a55d98497
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Format.h"
using namespace llvm;