Commit 1877bd89 by Benjamin Kosnik Committed by Benjamin Kosnik

vector.h: Include std_vector.h.


2001-03-12  Benjamin Kosnik  <bkoz@redhat.com>

	* include/backward/vector.h: Include std_vector.h.

From-SVN: r40425
parent a36c54fa
......@@ -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.
......
......@@ -29,7 +29,7 @@
#include "algobase.h"
#include "alloc.h"
#include <bits/stl_vector.h>
#include <bits/std_vector.h>
using std::vector;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment