diff --git a/cspell.config.yaml b/cspell.config.yaml index 67c77a7455..b927881ac7 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -143,6 +143,7 @@ words: - libxrpl - llection - LOCALGOOD + - logql - logwstream - lseq - lsmf diff --git a/src/libxrpl/basics/Log.cpp b/src/libxrpl/basics/Log.cpp index 7ae4814031..6cbc477bff 100644 --- a/src/libxrpl/basics/Log.cpp +++ b/src/libxrpl/basics/Log.cpp @@ -11,6 +11,7 @@ // with no locking — measured at <10ns per call. #ifdef XRPL_ENABLE_TELEMETRY #include +#include #include #endif // XRPL_ENABLE_TELEMETRY