Skip to content

Commit 9a83bb6

Browse files
committed
Add missing includes
1 parent 0791507 commit 9a83bb6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+74
-0
lines changed

libcxx/include/__locale_dir/support/bsd_like.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <__utility/forward.h>
1616
#include <clocale> // std::lconv
1717
#include <ctype.h>
18+
#include <stdio.h>
1819
#include <stdlib.h>
1920
#include <string.h>
2021
#include <time.h>

libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/member_swap.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <istream>
1717
#include <cassert>
18+
#include <streambuf>
1819

1920
#include "test_macros.h"
2021

libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/move_assign.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <istream>
1717
#include <cassert>
18+
#include <streambuf>
1819

1920
#include "test_macros.h"
2021

libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/move.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <istream>
1717
#include <cassert>
18+
#include <streambuf>
1819

1920
#include "test_macros.h"
2021

libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/streambuf.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <istream>
1717
#include <cassert>
18+
#include <streambuf>
1819

1920
#include "test_macros.h"
2021

libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/bool.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include <istream>
2020
#include <cassert>
21+
#include <streambuf>
22+
2123
#include "test_macros.h"
2224

2325
template <class CharT>

libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/double.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include <istream>
2020
#include <cassert>
21+
#include <streambuf>
22+
2123
#include "test_macros.h"
2224

2325
template <class CharT>

libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/float.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include <istream>
2020
#include <cassert>
21+
#include <streambuf>
22+
2123
#include "test_macros.h"
2224

2325
template <class CharT>

libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/int.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#include <istream>
2020
#include <limits>
2121
#include <cassert>
22+
#include <streambuf>
23+
2224
#include "test_macros.h"
2325

2426
template <class CharT>

libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include <istream>
2020
#include <cassert>
21+
#include <streambuf>
22+
2123
#include "test_macros.h"
2224

2325
template <class CharT>

0 commit comments

Comments
 (0)