[llvm-commits] CVS: llvm/utils/TableGen/TableGen.cpp Record.cpp

Duraid Madina duraid at octopus.com.au
Sun Dec 25 21:09:06 PST 2005



Changes in directory llvm/utils/TableGen:

TableGen.cpp updated: 1.41 -> 1.42
Record.cpp updated: 1.48 -> 1.49
---
Log message:

more standards-compliance stuff



---
Diffs of the changes:  (+3 -0)

 Record.cpp   |    2 ++
 TableGen.cpp |    1 +
 2 files changed, 3 insertions(+)


Index: llvm/utils/TableGen/TableGen.cpp
diff -u llvm/utils/TableGen/TableGen.cpp:1.41 llvm/utils/TableGen/TableGen.cpp:1.42
--- llvm/utils/TableGen/TableGen.cpp:1.41	Sun Oct 23 00:47:52 2005
+++ llvm/utils/TableGen/TableGen.cpp	Sun Dec 25 23:08:55 2005
@@ -28,6 +28,7 @@
 #include <algorithm>
 #include <cstdio>
 #include <fstream>
+#include <ios>
 using namespace llvm;
 
 enum ActionType {


Index: llvm/utils/TableGen/Record.cpp
diff -u llvm/utils/TableGen/Record.cpp:1.48 llvm/utils/TableGen/Record.cpp:1.49
--- llvm/utils/TableGen/Record.cpp:1.48	Wed Nov 30 12:37:14 2005
+++ llvm/utils/TableGen/Record.cpp	Sun Dec 25 23:08:55 2005
@@ -12,6 +12,8 @@
 
 #include "Record.h"
 #include "llvm/Support/DataTypes.h"
+#include <ios>
+
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list