From 1e294652375757cff9848f1e9b7d5cf14197bdbe Mon Sep 17 00:00:00 2001 From: Thomas Winget Date: Tue, 22 Nov 2022 18:39:22 -0500 Subject: [PATCH] fix missing namespace --- llarp/win32/windivert.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llarp/win32/windivert.cpp b/llarp/win32/windivert.cpp index 41d5d43a3..48f5c27b5 100644 --- a/llarp/win32/windivert.cpp +++ b/llarp/win32/windivert.cpp @@ -14,6 +14,8 @@ extern "C" namespace { + using namespace oxen::log::literals; + std::string windivert_addr_to_string(const WINDIVERT_ADDRESS& addr) {