]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-includes.patch
- enhanced zfs patch, added includes patch (more build fixes)
[packages/ceph.git] / ceph-includes.patch
1 --- ../BUILD/ceph-12.2.13/src/common/bit_str.h.orig     2020-01-30 21:52:36.000000000 +0100
2 +++ ../BUILD/ceph-12.2.13/src/common/bit_str.h  2020-05-31 19:08:32.698492649 +0200
3 @@ -14,7 +14,9 @@
4  #ifndef CEPH_COMMON_BIT_STR_H
5  #define CEPH_COMMON_BIT_STR_H
6  
7 +#include <cstdint>
8  #include <functional>
9 +#include <ostream>
10  
11  namespace ceph {
12    class Formatter;
This page took 0.037737 seconds and 3 git commands to generate.