Fix errors

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-21 15:51:50 +01:00
parent 1a159e040e
commit 9b3dd2c3b2
2 changed files with 1 additions and 1 deletions

View File

@@ -112,7 +112,6 @@ severities::to_string(Severity severity)
UNREACHABLE("Unexpected severity value!"); UNREACHABLE("Unexpected severity value!");
} }
return ""; return "";
} }
Journal::Sink::Sink(Severity thresh, bool console) Journal::Sink::Sink(Severity thresh, bool console)
: thresh_(thresh), m_console(console) : thresh_(thresh), m_console(console)

View File

@@ -21,6 +21,7 @@
#include <xrpl/json/to_string.h> #include <xrpl/json/to_string.h>
#include <xrpl/telemetry/JsonLogs.h> #include <xrpl/telemetry/JsonLogs.h>
#include <chrono>
#include <thread> #include <thread>
namespace ripple::log { namespace ripple::log {