diff options
Diffstat (limited to 'libcxx/test/libcxx/input.output/filesystems/version.pass.cpp')
-rw-r--r-- | libcxx/test/libcxx/input.output/filesystems/version.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp b/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp index b0f03174425..a9db5b0f02e 100644 --- a/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp +++ b/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp @@ -10,6 +10,8 @@ #include <filesystem> +#include "test_macros.h" + #ifndef _LIBCPP_VERSION #error _LIBCPP_VERSION not defined #endif |