From 7441bd3d2250272fa1dce0bb8eb192c13b824512 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 22 Apr 2013 21:31:27 -0400 Subject: * src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h. From-SVN: r198170 --- libstdc++-v3/src/c++11/hashtable_c++0x.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libstdc++-v3/src') diff --git a/libstdc++-v3/src/c++11/hashtable_c++0x.cc b/libstdc++-v3/src/c++11/hashtable_c++0x.cc index 7617c58..bddb7ff 100644 --- a/libstdc++-v3/src/c++11/hashtable_c++0x.cc +++ b/libstdc++-v3/src/c++11/hashtable_c++0x.cc @@ -28,6 +28,7 @@ #include #include +#include #include namespace std _GLIBCXX_VISIBILITY(default) -- cgit v1.1