From: Max Kellermann Date: Fri, 4 Oct 2024 13:43:18 +0000 (+0200) Subject: common/strtol: add missing include X-Git-Tag: v20.0.0~641^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb150432f0c5de5e46e7a7c02177bef3e97c9fbe;p=ceph.git common/strtol: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/common/ceph_argparse.cc b/src/common/ceph_argparse.cc index 9b989fe7270a..ad12e0b67641 100644 --- a/src/common/ceph_argparse.cc +++ b/src/common/ceph_argparse.cc @@ -16,6 +16,7 @@ #include "auth/Auth.h" #include "common/ceph_argparse.h" #include "common/config.h" +#include "common/strtol.h" // for strict_strtof() #include "common/version.h" #include "include/str_list.h"