[llvm-commits] CVS: llvm/tools/opt/GraphPrinters.cpp
Bill Wendling
isanbard at gmail.com
Fri Nov 17 02:05:21 PST 2006
Changes in directory llvm/tools/opt:
GraphPrinters.cpp updated: 1.13 -> 1.14
---
Log message:
Need iostream to be included for the time being.
---
Diffs of the changes: (+1 -0)
GraphPrinters.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/opt/GraphPrinters.cpp
diff -u llvm/tools/opt/GraphPrinters.cpp:1.13 llvm/tools/opt/GraphPrinters.cpp:1.14
--- llvm/tools/opt/GraphPrinters.cpp:1.13 Sun Aug 27 20:02:49 2006
+++ llvm/tools/opt/GraphPrinters.cpp Fri Nov 17 04:05:07 2006
@@ -18,6 +18,7 @@
#include "llvm/Pass.h"
#include "llvm/Value.h"
#include "llvm/Analysis/CallGraph.h"
+#include <iostream>
#include <fstream>
using namespace llvm;
More information about the llvm-commits
mailing list