[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineRelocation.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Nov 20 15:41:09 PST 2004
Changes in directory llvm/include/llvm/CodeGen:
MachineRelocation.h updated: 1.2 -> 1.3
---
Log message:
Add missing #include
---
Diffs of the changes: (+1 -0)
Index: llvm/include/llvm/CodeGen/MachineRelocation.h
diff -u llvm/include/llvm/CodeGen/MachineRelocation.h:1.2 llvm/include/llvm/CodeGen/MachineRelocation.h:1.3
--- llvm/include/llvm/CodeGen/MachineRelocation.h:1.2 Fri Nov 19 21:43:50 2004
+++ llvm/include/llvm/CodeGen/MachineRelocation.h Sat Nov 20 17:40:54 2004
@@ -15,6 +15,7 @@
#define LLVM_CODEGEN_MACHINERELOCATION_H
#include "llvm/Support/DataTypes.h"
+#include <cassert>
namespace llvm {
class GlobalValue;
More information about the llvm-commits
mailing list