summaryrefslogtreecommitdiffhomepage
path: root/tests/test-config.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-02 17:38:35 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-02 17:38:35 +0100
commit20ceb53ec1c1bc18face8e831292dfe81fed3817 (patch)
treea1107d98cf8699b28ef6034c09567f39c68b160b /tests/test-config.cpp
parent0851f92abcb1e9d84c2748607ff8d548b582540c (diff)
Separated out libreichwein (file.cpp)
Diffstat (limited to 'tests/test-config.cpp')
-rw-r--r--tests/test-config.cpp3
1 files changed, 2 insertions, 1 deletions
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 <string>
#include <system_error>
+#include "libreichwein/file.h"
+
#include "config.h"
-#include "file.h"
namespace fs = std::filesystem;