diff options
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp b/libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp index 65864336901..d895024c534 100644 --- a/libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp @@ -15,6 +15,8 @@ #include <filesystem> #include <type_traits> +#include "test_macros.h" + using namespace std::filesystem; int main(int, char**) { |