mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
* fix permission for init.d and conf.d files * set an alternate npm registry as original times out on arm32bit * remove unused build args
16 lines
372 B
Diff
16 lines
372 B
Diff
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>
|
|
|