* src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h.

From-SVN: r198170
This commit is contained in:
Jason Merrill 2013-04-22 21:31:27 -04:00 committed by Jason Merrill
parent 7e42a125cd
commit 7441bd3d22
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2013-04-22 Jason Merrill <jason@redhat.com>
* src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h.
* testsuite/lib/prune.exp (libstdc++-dg-prune): Also ignore "In
substitution" lines.

View File

@ -28,6 +28,7 @@
#include <initializer_list>
#include <tuple>
#include <ext/aligned_buffer.h>
#include <bits/hashtable_policy.h>
namespace std _GLIBCXX_VISIBILITY(default)