* src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h.
authorJason Merrill <jason@redhat.com>
Tue, 23 Apr 2013 01:31:27 +0000 (21:31 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 23 Apr 2013 01:31:27 +0000 (21:31 -0400)
From-SVN: r198170

libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/hashtable_c++0x.cc

index ec91a2412a6760b3ef1629569fdf62d43c985519..9a966b098cae7aad7394ae8871210e1988f86000 100644 (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.
 
index 7617c58576b3b380b517e9e6786c2f44b7b056a9..bddb7ff338bbb242e574773fb5daacbdd54f0622 100644 (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)