From dd97107aa81e1137c80602c044b3805bf4ffda56 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 6 Jan 2026 11:12:50 +0100 Subject: Switch to using modules in the library --- tests/repository.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/repository.cpp') diff --git a/tests/repository.cpp b/tests/repository.cpp index bb1d6c7..f025ef2 100644 --- a/tests/repository.cpp +++ b/tests/repository.cpp @@ -6,7 +6,7 @@ #define BOOST_TEST_MODULE repository tests #include -#include "katja/repository.hpp" +import katja.repository; BOOST_AUTO_TEST_CASE(construct_valid_database_package) { -- cgit v1.2.3