Fix build problem with Gentoo 4.1.1-r3.

llvm-svn: 36348
This commit is contained in:
Jeff Cohen
2007-04-22 18:49:32 +00:00
parent bb693dcfb1
commit 33be4c78ef
2 changed files with 5 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
#ifndef BITCODE_READER_H
#define BITCODE_READER_H
#include "llvm/AbstractTypeUser.h"
#include "llvm/Type.h"
#include "llvm/ModuleProvider.h"
#include "../LLVMBitCodes.h"
#include <vector>