From: Max Kellermann Date: Fri, 25 Oct 2024 10:43:47 +0000 (+0200) Subject: common/ceph_time: add missing includes X-Git-Tag: v20.0.0~283^2~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15bf0d41c303f4ce93b64d1b7ff260e48a5faa96;p=ceph.git common/ceph_time: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/common/ceph_time.cc b/src/common/ceph_time.cc index 4af48a8a2a2..8e20475046a 100644 --- a/src/common/ceph_time.cc +++ b/src/common/ceph_time.cc @@ -22,6 +22,9 @@ #include "config.h" #include "strtol.h" +#include // for std::setw() +#include + #if defined(__APPLE__) #include #include