14 lines
321 B
Diff
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>
|
||
|
|