Skip to content

Commit eb15043

Browse files
committed
common/strtol: add missing include
Signed-off-by: Max Kellermann <[email protected]>
1 parent b1bd141 commit eb15043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/ceph_argparse.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "auth/Auth.h"
1717
#include "common/ceph_argparse.h"
1818
#include "common/config.h"
19+
#include "common/strtol.h" // for strict_strtof()
1920
#include "common/version.h"
2021
#include "include/str_list.h"
2122

0 commit comments

Comments
 (0)