Blame SOURCES/dyninst-9.3.2-sstream.patch

c6fe35
--- dyninst-9.3.2/symtabAPI/src/dwarfWalker.C.orig      2017-04-17 17:51:11.000000000 -0400
c6fe35
+++ dyninst-9.3.2/symtabAPI/src/dwarfWalker.C   2017-06-13 13:40:07.971388015 -0400
c6fe35
@@ -43,6 +43,7 @@
c6fe35
 #include "debug_common.h"
c6fe35
 #include "Type-mem.h"
c6fe35
 #include <boost/bind.hpp>
c6fe35
+#include <sstream>
c6fe35
 using namespace Dyninst;
c6fe35
 using namespace SymtabAPI;
c6fe35
 using namespace Dwarf;
c6fe35
@@ -1182,7 +1183,7 @@
c6fe35
       bool hasLineNumber = false;
c6fe35
       std::string fileName;  
c6fe35
       if (!getLineInformation(lineNumber, hasLineNumber, fileName)) return false;
c6fe35
-      stringstream ss;
c6fe35
+      std::stringstream ss;
c6fe35
       ss << "{anonymous ";
c6fe35
       switch (tag()) {
c6fe35
       case DW_TAG_structure_type: