Skip to content

Commit f082317

Browse files
committed
journal/Entry: include <sstream> instead of <strstream>
The `strstream` header is obsolete. Signed-off-by: Max Kellermann <[email protected]>
1 parent 99f58a5 commit f082317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/journal/Entry.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#include "include/encoding.h"
66
#include "include/stringify.h"
77
#include "common/Formatter.h"
8-
#include <strstream>
8+
9+
#include <sstream>
910

1011
#define dout_subsys ceph_subsys_journaler
1112
#undef dout_prefix

0 commit comments

Comments
 (0)