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

Add missing #include

llvm-svn: 18058
This commit is contained in:
Chris Lattner 2004-11-20 23:40:54 +00:00
parent a2cf139875
commit 62d04b04f0

View File

@ -15,6 +15,7 @@
#define LLVM_CODEGEN_MACHINERELOCATION_H
#include "llvm/Support/DataTypes.h"
#include <cassert>
namespace llvm {
class GlobalValue;