aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/streambuf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/streambuf.cc')
-rw-r--r--libstdc++-v3/testsuite/27_io/streambuf.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/27_io/streambuf.cc b/libstdc++-v3/testsuite/27_io/streambuf.cc
index 905dee089de..102ff60c260 100644
--- a/libstdc++-v3/testsuite/27_io/streambuf.cc
+++ b/libstdc++-v3/testsuite/27_io/streambuf.cc
@@ -31,6 +31,7 @@
// NB: This file is for testing basic_streambuf with NO OTHER INCLUDES.
#include <streambuf>
+#include <testsuite_hooks.h>
// { dg-do compile }
@@ -51,6 +52,7 @@ namespace test
using namespace std;
typedef short type_t;
template class basic_streambuf<type_t, char_traits<type_t> >;
+ template class basic_streambuf<gnu_char, char_traits<gnu_char> >;
} // test
int main()