From 2e5cab6bfc5fa1b330f89ffa25c52df025efca3e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 15:28:34 +0100 Subject: Adjust to new lib API --- tests/test-config.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-config.cpp') diff --git a/tests/test-config.cpp b/tests/test-config.cpp index 1aafcf9..816dfea 100644 --- a/tests/test-config.cpp +++ b/tests/test-config.cpp @@ -9,6 +9,7 @@ #include "config.h" namespace fs = std::filesystem; +using namespace Reichwein; namespace { const std::string testConfigFilename{"./test.conf"}; -- cgit v1.2.3