From 20ceb53ec1c1bc18face8e831292dfe81fed3817 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 2 Jan 2023 17:38:35 +0100 Subject: Separated out libreichwein (file.cpp) --- tests/test-config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test-config.cpp') diff --git a/tests/test-config.cpp b/tests/test-config.cpp index cd358a6..1aafcf9 100644 --- a/tests/test-config.cpp +++ b/tests/test-config.cpp @@ -4,8 +4,9 @@ #include #include +#include "libreichwein/file.h" + #include "config.h" -#include "file.h" namespace fs = std::filesystem; -- cgit v1.2.3