test/fs/TestParsePath: include "fs/XDG.hxx" for USE_XDG

This commit is contained in:
Max Kellermann 2025-03-11 10:09:36 +01:00
parent c7c4e7a6bf
commit d89b9d1683

@ -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 <gtest/gtest.h>