Skip to content

Commit c558555

Browse files
committed
cls/journal/cls_journal: add missing include
Signed-off-by: Max Kellermann <[email protected]>
1 parent eea7719 commit c558555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cls/journal/cls_journal.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "include/int_types.h"
55
#include "include/buffer.h"
66
#include "include/encoding.h"
7+
#include "include/intarith.h" // for round_up_to()
78
#include "common/errno.h"
89
#include "objclass/objclass.h"
910
#include "cls/journal/cls_journal_types.h"

0 commit comments

Comments
 (0)