diff options
Diffstat (limited to 'libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp index fcfb94ecf20..4917bbf89a0 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp @@ -16,6 +16,7 @@ #include <fstream> #include <utility> #include <cassert> +#include "test_macros.h" #include "platform_support.h" std::pair<std::string, std::string> get_temp_file_names() { |