diff --git a/src/clp_ffi_js/ir/StructuredIrStreamReader.cpp b/src/clp_ffi_js/ir/StructuredIrStreamReader.cpp index 6bd2a3e0..799da91c 100644 --- a/src/clp_ffi_js/ir/StructuredIrStreamReader.cpp +++ b/src/clp_ffi_js/ir/StructuredIrStreamReader.cpp @@ -25,6 +25,7 @@ #include #include +namespace clp_ffi_js::ir { namespace { constexpr std::string_view cEmptyJsonStr{"{}"}; constexpr std::string_view cLogLevelFilteringNotSupportedErrorMsg{ @@ -33,7 +34,6 @@ constexpr std::string_view cLogLevelFilteringNotSupportedErrorMsg{ constexpr std::string_view cReaderOptionsTimestampKey{"timestampKey"}; } // namespace -namespace clp_ffi_js::ir { using clp::ir::four_byte_encoded_variable_t; auto StructuredIrStreamReader::create(