projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb6809
)
Include sstream for ostringstream
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 25 Oct 2011 08:29:37 +0000
(10:29 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 25 Oct 2011 08:29:37 +0000
(10:29 +0200)
src/package.cpp
patch
|
blob
|
history
diff --git
a/src/package.cpp
b/src/package.cpp
index
b3021a9
..
ac8e911
100644
(file)
--- a/
src/package.cpp
+++ b/
src/package.cpp
@@
-21,7
+21,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <yaz/snprintf.h>
#include <yaz/log.h>
-#include <iostream>
+#include <sstream>
namespace mp = metaproxy_1;