]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/assert: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 16 Oct 2024 15:57:22 +0000 (17:57 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:33 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/assert.cc

index 68ad99c878e200d5e167317d7058f07d5e199521..b9709e58dde55bf25ff7644cbea47312d17ea7dc 100644 (file)
  *
  */
 
+#include "include/ceph_assert.h"
+
+#include <sstream>
+
 #include "include/compat.h"
+#include "common/BackTrace.h"
+#include "common/Clock.h" // for ceph_clock_now()
 #include "common/debug.h"
+#include "log/Log.h"
+
+#include <stdarg.h>
 
 using std::ostringstream;