From: Yaakov Selkowitz Date: Thu, 23 Jan 2020 18:26:16 +0000 (-0500) Subject: test/rgw: fix test_rgw_reshard_wait with -DHAVE_BOOST_CONTEXT=OFF X-Git-Tag: v15.1.1~540^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a96849df84f3141bb012b3d7f37fe1e2ffb95f99;p=ceph.git test/rgw: fix test_rgw_reshard_wait with -DHAVE_BOOST_CONTEXT=OFF This include, like the code which calls it, should have been conditionalized in commit 069dd7af3923cded76cbbd96f4b1020397ea6f11. Signed-off-by: Yaakov Selkowitz --- diff --git a/src/test/rgw/test_rgw_reshard_wait.cc b/src/test/rgw/test_rgw_reshard_wait.cc index 96a155274c21..a1f55b5a7168 100644 --- a/src/test/rgw/test_rgw_reshard_wait.cc +++ b/src/test/rgw/test_rgw_reshard_wait.cc @@ -13,7 +13,9 @@ */ #include "rgw/rgw_reshard.h" +#ifdef HAVE_BOOST_CONTEXT #include +#endif #include