fix gcc 3.4 compatibility problem

llvm-svn: 10248
This commit is contained in:
Chris Lattner 2003-11-28 01:46:06 +00:00
parent 68ac670086
commit 1fdd8a45c3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#ifndef LLVM_SUPPORT_INSTVISITOR_H
#define LLVM_SUPPORT_INSTVISITOR_H
#include "llvm/Instruction.h"
#include "llvm/Function.h"
namespace llvm {