]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_{mon,osd}: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 1 Nov 2024 09:32:13 +0000 (10:32 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 28 Aug 2025 09:21:06 +0000 (11:21 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/ceph_mon.cc
src/ceph_osd.cc

index 63eb252e38f5c8652332da9d8d9102c1d99eed49..28c4acff4352cb531de63438f285508a88944176 100644 (file)
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <dirent.h>
 #include <fcntl.h>
 
 #include <iostream>
+#include <sstream>
 #include <string>
 
 #include "common/config.h"
index 4d6e2254621d3b9c6ccb0e8826eac4a8488c495f..e0b8d33724a4aff35fd46cc32088d3b4fe667ad5 100644 (file)
@@ -18,6 +18,7 @@
 #include <boost/scoped_ptr.hpp>
 
 #include <iostream>
+#include <sstream>
 #include <string>
 
 #include "auth/KeyRing.h"