]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: Reverse deleted include 23838/head
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 31 Aug 2018 10:21:45 +0000 (12:21 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 31 Aug 2018 10:21:45 +0000 (12:21 +0200)
commit2b1bc4160e54037b34a0beedb930df0d16a40fcb
tree9c47586aaa17cc8870dcd40fde647f3cbdf945b8
parentd9ff2782c52e17b27c740d1b7751e3ae71b1d01c
common: Reverse deleted include

Reversing 1 delete from
https://github.com/ceph/ceph/commit/09d3f546b32cdf126a1246899a0b0a3eb25282d8

Clang trips over this:
home/jenkins/workspace/ceph-master/src/common/ConfUtils.cc:94:19: error: implicit instantiation of undefined template 'std::__1::basic_ostringstream<char, std::
__1::char_traits<char>, std::__1::allocator<char> >'
    ostringstream oss;
                  ^
/usr/include/c++/v1/iosfwd:123:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_ostringstream;
                               ^

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/common/ConfUtils.cc