Skip to content

Commit 9b3dd2c

Browse files
committed
Fix errors
Signed-off-by: JCW <[email protected]>
1 parent 1a159e0 commit 9b3dd2c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/libxrpl/beast/utility/beast_Journal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ severities::to_string(Severity severity)
112112
UNREACHABLE("Unexpected severity value!");
113113
}
114114
return "";
115-
116115
}
117116
Journal::Sink::Sink(Severity thresh, bool console)
118117
: thresh_(thresh), m_console(console)

src/libxrpl/telemetry/JsonLogs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <xrpl/json/to_string.h>
2222
#include <xrpl/telemetry/JsonLogs.h>
2323

24+
#include <chrono>
2425
#include <thread>
2526

2627
namespace ripple::log {

0 commit comments

Comments
 (0)