]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add missing mutex header for std::once_flag 11627/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 9 Nov 2016 19:27:11 +0000 (14:27 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 9 Nov 2016 21:57:27 +0000 (16:57 -0500)
commitfe30fa5b6fdb88c98ca31fc11b4b90ea2bf9f24d
tree4a00b9462aa5251351bca83205a911a63310110a
parent2d0ccf3636174aeef71026025f3309ed317279bb
rgw: add missing mutex header for std::once_flag

this fix was added directly to the jewel branch rather than backporting
from master, because the code on master compiles without this specific
include - it's likely included by another header, but backporting would
involve pulling in unrelated changes

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_http_client.cc