]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/ceph_time: do not include non-existent header file
authorKefu Chai <kchai@redhat.com>
Mon, 26 Apr 2021 15:46:04 +0000 (23:46 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 2 May 2021 00:16:12 +0000 (08:16 +0800)
commita9381081976b9ffaba25e20e5389db12d8faab76
tree273f46d1f92e63dc5b27cfa1da12e793f9452383
parentaeb1ef57f0271e3e7b3f2a5ffe3333ee8a539e84
common/ceph_time: do not include non-existent header file

i have following error when building on MacOS

ceph/src/common/ceph_time.cc:29:10: fatal error: 'ostringstream' file not found
         ^~~~~~~~~~~~~~~

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/ceph_time.cc