From 62d04b04f0049c77275a726e10ce0ab554d8975d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 20 Nov 2004 23:40:54 +0000 Subject: [PATCH] Add missing #include llvm-svn: 18058 --- include/llvm/CodeGen/MachineRelocation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/MachineRelocation.h b/include/llvm/CodeGen/MachineRelocation.h index 96d6c688a77..8a6ff473d1b 100644 --- a/include/llvm/CodeGen/MachineRelocation.h +++ b/include/llvm/CodeGen/MachineRelocation.h @@ -15,6 +15,7 @@ #define LLVM_CODEGEN_MACHINERELOCATION_H #include "llvm/Support/DataTypes.h" +#include namespace llvm { class GlobalValue;