Skip to content

Commit 75c82cb

Browse files
committed
make this file properly self contained.
llvm-svn: 123059
1 parent 43f8d16 commit 75c82cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Analysis/CodeMetrics.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndef LLVM_ANALYSIS_CODEMETRICS_H
1717
#define LLVM_ANALYSIS_CODEMETRICS_H
1818

19+
#include "llvm/ADT/DenseMap.h"
20+
1921
namespace llvm {
2022
// CodeMetrics - Calculate size and a few similar metrics for a set of
2123
// basic blocks.

0 commit comments

Comments
 (0)