ceph/0014-rgw-Replace-boost-string_ref-view-with-std-string_vi.patch
Kaleb S. KEITHLEY 8d6f5530e7 Rebuild for Boost 1.76 again
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2021-08-08 22:13:53 -04:00

14 lines
321 B
Diff

diff --git a/src/rgw/rgw_string.h b/src/rgw/rgw_string.h
index 257daa9c1fe..90e64f98a25 100644
--- a/src/rgw/rgw_string.h
+++ b/src/rgw/rgw_string.h
@@ -8,6 +8,8 @@
#include <stdlib.h>
#include <limits.h>
#include <string_view>
+#include <string>
+#include <stdexcept>
#include <boost/container/small_vector.hpp>