[llvm-commits] CVS: llvm/include/Support/Statistic.h
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Apr 16 11:29:01 PDT 2004
Changes in directory llvm/include/Support:
Statistic.h updated: 1.10 -> 1.11
---
Log message:
Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).
---
Diffs of the changes: (+1 -1)
Index: llvm/include/Support/Statistic.h
diff -u llvm/include/Support/Statistic.h:1.10 llvm/include/Support/Statistic.h:1.11
--- llvm/include/Support/Statistic.h:1.10 Thu Feb 12 22:49:04 2004
+++ llvm/include/Support/Statistic.h Fri Apr 16 11:28:33 2004
@@ -24,7 +24,7 @@
#ifndef SUPPORT_STATISTIC_H
#define SUPPORT_STATISTIC_H
-#include <iosfwd>
+#include <iostream>
namespace llvm {
More information about the llvm-commits
mailing list