* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.

From-SVN: r160313
This commit is contained in:
Jason Merrill 2010-06-05 09:13:46 -04:00 committed by Jason Merrill
parent f2c1da7892
commit 91f41f93c3
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-06-04 Jason Merrill <jason@redhat.com>
* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.
2010-06-03 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/util/testsuite_iterators.h: Don't include <cstddef>,

View File

@ -19,6 +19,8 @@
// Benjamin Kosnik <bkoz@redhat.com>
// Include stddef now to work around glibc BZ 9694
#include <stddef.h>
#include <string>
#include <stdexcept>
#include <vector>