]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg: fix includes for ostringstream
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 4 Jan 2019 23:53:22 +0000 (00:53 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Sat, 5 Jan 2019 15:05:20 +0000 (16:05 +0100)
commitc68369d48c15be044ef79c2284df363406282bb4
treedb4762b3ab7debc77d118ada15d72a334879494e
parent4331a92ab70f878fac574bd60a1ce3bc310680f2
msg: fix includes for ostringstream

Clang complains...

```
/home/jenkins/workspace/ceph-master/src/msg/msg_types.h:420:19: error: implicit instantiation of undefined template 'std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
    ostringstream ss;
                  ^
/usr/include/c++/v1/iosfwd:123:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_ostringstream;
                               ^
1 error generated.
```

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/msg/msg_types.h