diff options
Diffstat (limited to 'gcc/gcov-dump.cc')
-rw-r--r-- | gcc/gcov-dump.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/gcov-dump.cc b/gcc/gcov-dump.cc index 85b1be8..03023bf 100644 --- a/gcc/gcov-dump.cc +++ b/gcc/gcov-dump.cc @@ -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 *); |