make this file properly self contained.

llvm-svn: 123059
This commit is contained in:
Chris Lattner 2011-01-08 08:19:49 +00:00
parent 43f8d16482
commit 75c82cb594
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#ifndef LLVM_ANALYSIS_CODEMETRICS_H
#define LLVM_ANALYSIS_CODEMETRICS_H
#include "llvm/ADT/DenseMap.h"
namespace llvm {
// CodeMetrics - Calculate size and a few similar metrics for a set of
// basic blocks.