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;
 
 
//===----------------------------------------------------------------------===//



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

Reply via email to