blob: f9442550796796a6dbb5b72d18d3791f9605f1a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
submitted as:
https://github.com/ceph/ceph/pull/41470
diff --git a/src/rgw/rgw_string.h b/src/rgw/rgw_string.h
index 257daa9c1..90e64f98a 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>
|