summaryrefslogtreecommitdiffstats
path: root/src/test/librados_test_stub
diff options
context:
space:
mode:
authorAdam C. Emerson <aemerson@redhat.com>2020-07-21 18:39:02 +0200
committerGitHub <noreply@github.com>2020-07-21 18:39:02 +0200
commit1613d272f43f11c444da3e53de96415d6968659a (patch)
tree349c65c4f3a85dcdbd562e370bb58af59f379939 /src/test/librados_test_stub
parentMerge pull request #36206 from idryomov/wip-read-from-replica-log-msgs (diff)
parentrbd: Parenthesize constant macro expressions (diff)
downloadceph-1613d272f43f11c444da3e53de96415d6968659a.tar.xz
ceph-1613d272f43f11c444da3e53de96415d6968659a.zip
Merge pull request #36149 from adamemerson/wip-warn-more
Warning Cleanup Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Jason Dillaman <jdillaman@redhat.com>
Diffstat (limited to 'src/test/librados_test_stub')
-rw-r--r--src/test/librados_test_stub/TestWatchNotify.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/librados_test_stub/TestWatchNotify.cc b/src/test/librados_test_stub/TestWatchNotify.cc
index 9da9971fa80..4c43090ca1a 100644
--- a/src/test/librados_test_stub/TestWatchNotify.cc
+++ b/src/test/librados_test_stub/TestWatchNotify.cc
@@ -8,7 +8,7 @@
#include "common/Finisher.h"
#include "test/librados_test_stub/TestCluster.h"
#include "test/librados_test_stub/TestRadosClient.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <boost/function.hpp>
#include "include/ceph_assert.h"