Skip to content

Commit 03426f1

Browse files
committed
Fix issues
Signed-off-by: JCW <[email protected]>
1 parent 436c4f2 commit 03426f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/xrpl/beast/utility/Journal.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
#include <xrpl/beast/utility/instrumentation.h>
2424

25-
#include <optional>
25+
#include <charconv>
26+
#include <string>
2627
#include <source_location>
2728
#include <sstream>
2829
#include <utility>

0 commit comments

Comments
 (0)