Make this header file self-contained

llvm-svn: 12480
This commit is contained in:
Chris Lattner 2004-03-18 03:14:56 +00:00
parent 3022b1bc2c
commit 5b460d2ad7
1 changed files with 3 additions and 0 deletions

View File

@ -14,8 +14,11 @@
#ifndef LLVM_TRANSFORMS_UTILS_FUNCTION_H
#define LLVM_TRANSFORMS_UTILS_FUNCTION_H
#include <vector>
namespace llvm {
class BasicBlock;
class Function;
class Loop;