[llvm-commits] CVS: llvm/lib/Linker/LinkModules.cpp

Bill Wendling isanbard at gmail.com
Thu Dec 7 15:42:10 PST 2006



Changes in directory llvm/lib/Linker:

LinkModules.cpp updated: 1.121 -> 1.122
---
Log message:

Don't use <sstream> in Streams.h but <iosfwd> instead.


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

 LinkModules.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Linker/LinkModules.cpp
diff -u llvm/lib/Linker/LinkModules.cpp:1.121 llvm/lib/Linker/LinkModules.cpp:1.122
--- llvm/lib/Linker/LinkModules.cpp:1.121	Wed Dec  6 19:30:31 2006
+++ llvm/lib/Linker/LinkModules.cpp	Thu Dec  7 17:41:45 2006
@@ -25,6 +25,7 @@
 #include "llvm/Assembly/Writer.h"
 #include "llvm/Support/Streams.h"
 #include "llvm/System/Path.h"
+#include <sstream>
 using namespace llvm;
 
 // Error - Simple wrapper function to conditionally assign to E and return true.






More information about the llvm-commits mailing list