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"



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to