We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f141243 commit e3e9d04Copy full SHA for e3e9d04
libcc1/libcc1plugin.cc
@@ -32,6 +32,7 @@
32
#undef PACKAGE_VERSION
33
34
#define INCLUDE_MEMORY
35
+#define INCLUDE_VECTOR
36
#include "gcc-plugin.h"
37
#include "system.h"
38
#include "coretypes.h"
@@ -69,8 +70,6 @@
69
70
#include "gcc-c-interface.h"
71
#include "context.hh"
72
-#include <vector>
73
-
74
using namespace cc1_plugin;
75
76
libcc1/libcp1plugin.cc
@@ -33,6 +33,7 @@
39
@@ -71,8 +72,6 @@
#include "rpc.hh"
77
78
0 commit comments