diff options
Diffstat (limited to 'libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp index fbc3bf59738..4b947af4119 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp @@ -17,6 +17,7 @@ #include <fstream> #include <cassert> +#include "test_macros.h" #include "platform_support.h" int main(int, char**) |