fix missing namespace

This commit is contained in:
Thomas Winget 2022-11-22 18:39:22 -05:00
parent c4c81cc9f8
commit 1e29465237
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ extern "C"
namespace
{
using namespace oxen::log::literals;
std::string
windivert_addr_to_string(const WINDIVERT_ADDRESS& addr)
{