OSDN Git Service

2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Mar 2001 19:58:04 +0000 (19:58 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Mar 2001 19:58:04 +0000 (19:58 +0000)
* include/backward/vector.h: Include std_vector.h.

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

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/vector.h

index e871a65..c61259c 100644 (file)
@@ -10,6 +10,8 @@
 
 2001-03-12  Benjamin Kosnik  <bkoz@redhat.com>
 
+       * include/backward/vector.h: Include std_vector.h.
+
        * include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
        operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)):
        Fix typo.
index 23aa537..fd6a4bd 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "algobase.h"
 #include "alloc.h"  
-#include <bits/stl_vector.h>
+#include <bits/std_vector.h>
 
 using std::vector;