Line 0
Link Here
|
|
|
1 |
--- gcc/gcov.c.orig 2017-01-01 12:07:43 UTC |
2 |
+++ gcc/gcov.c |
3 |
@@ -31,6 +31,8 @@ along with Gcov; see the file COPYING3. |
4 |
probabilities of fall through arcs. */ |
5 |
|
6 |
#include "config.h" |
7 |
+#define INCLUDE_ALGORITHM |
8 |
+#define INCLUDE_VECTOR |
9 |
#include "system.h" |
10 |
#include "coretypes.h" |
11 |
#include "tm.h" |
12 |
@@ -41,8 +43,6 @@ along with Gcov; see the file COPYING3. |
13 |
|
14 |
#include <getopt.h> |
15 |
|
16 |
-#include <vector> |
17 |
-#include <algorithm> |
18 |
#include "md5.h" |
19 |
|
20 |
using namespace std; |