]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
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)
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

index 2a9817a23aee6c31fb048939c90d2068f4e83e1c..d8b4ca94167a5f978ef57f9cb7b805c09c2bfcee 100644 (file)
@@ -2,6 +2,7 @@
 // vim: ts=8 sw=2 smarttab
 
 #include "include/compat.h"
+#include <mutex>
 
 #include <curl/curl.h>
 #include <curl/easy.h>