aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 5fda144..f1067b4 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -31,6 +31,8 @@ along with Gcov; see the file COPYING3. If not see
probabilities of fall through arcs. */
#include "config.h"
+#define INCLUDE_ALGORITHM
+#define INCLUDE_VECTOR
#include "system.h"
#include "coretypes.h"
#include "tm.h"
@@ -41,8 +43,6 @@ along with Gcov; see the file COPYING3. If not see
#include <getopt.h>
-#include <vector>
-#include <algorithm>
#include "md5.h"
using namespace std;