allocator.h: Include <bits/cpp_type_traits.h>.

2006-01-18  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/allocator.h: Include <bits/cpp_type_traits.h>.

From-SVN: r109886
This commit is contained in:
Paolo Carlini 2006-01-18 14:30:16 +00:00 committed by Paolo Carlini
parent 656032b8c1
commit 75c752a07f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-01-18 Paolo Carlini <pcarlini@suse.de>
* include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
2006-01-18 Perry Smith <pedz@easesoftware.net>
PR libstdc++/25823

View File

@ -52,6 +52,8 @@
// Define the base class to std::allocator.
#include <bits/c++allocator.h>
#include <bits/cpp_type_traits.h> // for __is_empty
_GLIBCXX_BEGIN_NAMESPACE(std)
template<typename _Tp>