diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-04 15:28:34 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-04 15:28:34 +0100 |
commit | 2e5cab6bfc5fa1b330f89ffa25c52df025efca3e (patch) | |
tree | d03e4b1955e27d115c84fcd169c0b8475b43ac2e /tests/test-storage.cpp | |
parent | a03875789ff2ab2883ecbba044f85abc244b692d (diff) |
Adjust to new lib APIv1.4
Diffstat (limited to 'tests/test-storage.cpp')
-rw-r--r-- | tests/test-storage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-storage.cpp b/tests/test-storage.cpp index 1f3eda4..ce19c3e 100644 --- a/tests/test-storage.cpp +++ b/tests/test-storage.cpp @@ -11,6 +11,7 @@ #include "storage.h" namespace fs = std::filesystem; +using namespace Reichwein; namespace { const std::string testConfigFilename{"./test.conf"}; |