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:
Andrew Pinski 2022-08-18 14:36:28 +02:00 committed by Martin Liska
parent 6910cad55f
commit 03119249b9

View file

@ -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 *);