Commit 91f41f93 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r160313
parent f2c1da78
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>,
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment