[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

LLVM llvm at cs.uiuc.edu
Sun Jul 4 07:22:30 PDT 2004


Changes in directory llvm/lib/Debugger:

ProgramInfo.cpp updated: 1.2 -> 1.3

---
Log message:

Add #include <iostream> since Value.h does not #include it any more.


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

Index: llvm/lib/Debugger/ProgramInfo.cpp
diff -u llvm/lib/Debugger/ProgramInfo.cpp:1.2 llvm/lib/Debugger/ProgramInfo.cpp:1.3
--- llvm/lib/Debugger/ProgramInfo.cpp:1.2	Wed Jan 14 11:07:46 2004
+++ llvm/lib/Debugger/ProgramInfo.cpp	Sun Jul  4 07:19:56 2004
@@ -23,6 +23,8 @@
 #include "Support/FileUtilities.h"
 #include "Support/SlowOperationInformer.h"
 #include "Support/STLExtras.h"
+#include <iostream>
+
 using namespace llvm;
 
 /// getGlobalVariablesUsing - Return all of the global variables which have the





More information about the llvm-commits mailing list