diff options
Diffstat (limited to 'libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp index 2061fa5f33b..c5315b00ee6 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp @@ -19,6 +19,7 @@ #include <fstream> #include <filesystem> #include <cassert> +#include "test_macros.h" #include "platform_support.h" namespace fs = std::filesystem; |