]> git.pld-linux.org Git - packages/ceph.git/blob - string-includes.patch
- fix awk shebang, rel 2
[packages/ceph.git] / string-includes.patch
1 commit ebf3a0398f18eab67d2ba25e6a10b41ff140f6a4
2 Author: Duncan Bellamy <dunk@denkimushi.com>
3 Date:   Fri May 21 06:30:10 2021 +0100
4
5     rgw/rgw_string.h: add missing includes for alpine and boost 1.75
6     alpine needs: string, stdexcept
7     
8     Fixes: https://tracker.ceph.com/issues/50924
9     Signed-off-by: Duncan Bellamy <dunk@denkimushi.com>
10
11 diff --git a/src/rgw/rgw_string.h b/src/rgw/rgw_string.h
12 index 257daa9c1fe..90e64f98a25 100644
13 --- a/src/rgw/rgw_string.h
14 +++ b/src/rgw/rgw_string.h
15 @@ -8,6 +8,8 @@
16  #include <stdlib.h>
17  #include <limits.h>
18  #include <string_view>
19 +#include <string>
20 +#include <stdexcept>
21  
22  #include <boost/container/small_vector.hpp>
23  
This page took 0.024978 seconds and 3 git commands to generate.