2006-01-18 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 14:30:16 +0000 (14:30 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 14:30:16 +0000 (14:30 +0000)
* include/bits/allocator.h: Include <bits/cpp_type_traits.h>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109886 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/allocator.h

index fdc3375..b6c70a4 100644 (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
index 3e8d94a..43939c1 100644 (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>