[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineDebugInfo.h
Jeff Cohen
jeffc at jolt-lang.org
Thu Feb 23 18:52:52 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.19 -> 1.20
---
Log message:
Get VC++ building again.
---
Diffs of the changes: (+1 -0)
MachineDebugInfo.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/CodeGen/MachineDebugInfo.h
diff -u llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.19 llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.20
--- llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.19 Thu Feb 23 16:37:30 2006
+++ llvm/include/llvm/CodeGen/MachineDebugInfo.h Thu Feb 23 20:52:40 2006
@@ -31,6 +31,7 @@
#define LLVM_CODEGEN_MACHINEDEBUGINFO_H
#include "llvm/Support/Dwarf.h"
+#include "llvm/Support/DataTypes.h"
#include "llvm/ADT/UniqueVector.h"
#include "llvm/GlobalValue.h"
#include "llvm/Pass.h"
More information about the llvm-commits
mailing list