diff options
Diffstat (limited to 'test/std/input.output/iostream.format/std.manip/setw.pass.cpp')
| -rw-r--r-- | test/std/input.output/iostream.format/std.manip/setw.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/std/input.output/iostream.format/std.manip/setw.pass.cpp b/test/std/input.output/iostream.format/std.manip/setw.pass.cpp index 9bd96984e5c98..3242bcc947d4c 100644 --- a/test/std/input.output/iostream.format/std.manip/setw.pass.cpp +++ b/test/std/input.output/iostream.format/std.manip/setw.pass.cpp @@ -12,6 +12,8 @@ // T6 setw(int n); #include <iomanip> +#include <istream> +#include <ostream> #include <cassert> template <class CharT> |
