]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_json: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 07:08:01 +0000 (09:08 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:32 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/ceph_json.h

index f5898496e6f4111406f59c1715fcc7ea673e275d..a90b7ec79d014f9cbf9fb1ba2d7f82b59d82d078 100644 (file)
@@ -1,11 +1,16 @@
 #ifndef CEPH_JSON_H
 #define CEPH_JSON_H
 
+#include <deque>
+#include <map>
+#include <set>
 #include <stdexcept>
+#include <string>
 #include <typeindex>
 #include <include/types.h>
 #include <boost/container/flat_map.hpp>
 #include <boost/container/flat_set.hpp>
+#include <boost/optional.hpp>
 #include <include/ceph_fs.h>
 #include "common/ceph_time.h"