Skip to content

Commit 3df1133

Browse files
committed
neorados/cls/fifo/detail/fifo: include strtol.h
ceph@a2d2664 ftbfs: ``` /home/jenkins-build/build/workspace/ceph-pull-requests/src/neorados/cls/fifo/detail/fifo.h:630:14: error: no member named 'parse' in namespace 'ceph'; did you mean 'pause'? 630 | auto n = ceph::parse<decltype(m.num)>(num); | ^~~~~~~~~~~ ``` Signed-off-by: Matan Breizman <[email protected]>
1 parent 0542a5e commit 3df1133

File tree

1 file changed

+1
-0
lines changed
  • src/neorados/cls/fifo/detail

1 file changed

+1
-0
lines changed

src/neorados/cls/fifo/detail/fifo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
#include "common/dout.h"
3636
#include "common/dout_fmt.h"
37+
#include "common/strtol.h"
3738

3839
#include "cls/fifo/cls_fifo_types.h"
3940
#include "cls/fifo/cls_fifo_ops.h"

0 commit comments

Comments
 (0)