1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Whoops, this one was needed

llvm-svn: 7346
This commit is contained in:
Chris Lattner 2003-07-26 23:18:11 +00:00
parent f0df04752d
commit e99fa3f42e

View File

@ -20,6 +20,7 @@
#define LLVM_CODEGEN_INSTRFOREST_H
#include "llvm/Instruction.h"
#include "Support/hash_map"
class Constant;
class Function;