]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_json: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Apr 2025 07:53:36 +0000 (09:53 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 28 Aug 2025 09:21:08 +0000 (11:21 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/ceph_json.h

index 22e729bcd433d7f1a518823e3d9e7c3c3bfe86e6..ba4126ccc848b7ec72755b5bcaa668166181cbc8 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdexcept>
 #include <string>
 #include <typeindex>
+#include "include/encoding.h"
 #include <include/types.h>
 #include <boost/container/flat_map.hpp>
 #include <boost/container/flat_set.hpp>