From: Max Kellermann Date: Fri, 4 Oct 2024 20:34:22 +0000 (+0200) Subject: common/elist: add missing includes X-Git-Tag: v20.0.0~641^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a42c023b65d944efad13198afc783879b4828589;p=ceph.git common/elist: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/include/elist.h b/src/include/elist.h index edfb79554944..e777873b0451 100644 --- a/src/include/elist.h +++ b/src/include/elist.h @@ -15,6 +15,10 @@ #ifndef CEPH_ELIST_H #define CEPH_ELIST_H +#include // for size_t + +#include "include/ceph_assert.h" + /* * elist: embedded list. *