b08661
--- ceph-15.1.0/src/common/bit_str.h.orig	2020-02-03 09:47:20.047149798 -0500
b08661
+++ ceph-15.1.0/src/common/bit_str.h	2020-02-03 09:47:50.213149798 -0500
b08661
@@ -17,6 +17,7 @@
b08661
 #include <cstdint>
b08661
 #include <iosfwd>
b08661
 #include <functional>
b08661
+#include <ostream>
b08661
 
b08661
 namespace ceph {
b08661
   class Formatter;
b08661
--- ceph-15.2.4/src/global/signal_handler.h.orig        2020-07-17 12:57:54.763628429 -0400
b08661
+++ ceph-15.2.4/src/global/signal_handler.h     2020-07-17 12:58:10.610628429 -0400
b08661
@@ -16,6 +16,8 @@
b08661
 #define CEPH_GLOBAL_SIGNAL_HANDLER_H
b08661
b08661
 #include <signal.h>
b08661
+#include <string>
b08661
+
b08661
 #include "acconfig.h"
b08661
b08661
 typedef void (*signal_handler_t)(int);