gcov-dump: properly use INCLUDE_VECTOR
PR gcov-profile/106659 gcc/ChangeLog: * gcov-dump.cc (INCLUDE_VECTOR): Include vector.h with INCLUDE_VECTOR.
This commit is contained in:
parent
6910cad55f
commit
03119249b9
1 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,7 @@ along with Gcov; see the file COPYING3. If not see
|
|||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "config.h"
|
||||
#define INCLUDE_VECTOR
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
|
@ -28,8 +29,6 @@ along with Gcov; see the file COPYING3. If not see
|
|||
#include "gcov-io.h"
|
||||
#include "gcov-io.cc"
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
static void dump_gcov_file (const char *);
|
||||
|
|
Loading…
Add table
Reference in a new issue