Fix build problem with Gentoo 4.1.1-r3.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen
2007-04-22 18:49:32 +00:00
parent b5594e3066
commit cb403d69fb
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>