From d89b9d1683a15ced8a5b4440d4c68ab51611a0c3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 11 Mar 2025 10:09:36 +0100 Subject: [PATCH] test/fs/TestParsePath: include "fs/XDG.hxx" for USE_XDG --- test/fs/TestParsePath.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fs/TestParsePath.cxx b/test/fs/TestParsePath.cxx index 19e7ad220..294b3e94a 100644 --- a/test/fs/TestParsePath.cxx +++ b/test/fs/TestParsePath.cxx @@ -6,6 +6,7 @@ #include "fs/Path.hxx" #include "fs/AllocatedPath.hxx" #include "fs/glue/StandardDirectory.hxx" +#include "fs/XDG.hxx" // for USE_XDG #include