Skip to content

Commit 7a55d98

Browse files
committed
ProfileSummary.cpp - fix implicit Format.h dependency. NFC.
ProfileSummary was depending on other headers (notably WithColor.h) to define format().
1 parent 0acd22b commit 7a55d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/IR/ProfileSummary.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "llvm/IR/Metadata.h"
1919
#include "llvm/IR/Type.h"
2020
#include "llvm/Support/Casting.h"
21+
#include "llvm/Support/Format.h"
2122

2223
using namespace llvm;
2324

0 commit comments

Comments
 (0)