aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc14-devel/files/patch-libcc1_libcc1plugin.cc
blob: d54adddb021b0417ababe36e7ba520ec039d1388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- libcc1/libcc1plugin.cc.orig	2023-07-27 08:13:07 UTC
+++ libcc1/libcc1plugin.cc
@@ -32,6 +32,7 @@
 #undef PACKAGE_VERSION
 
 #define INCLUDE_MEMORY
+#define INCLUDE_VECTOR
 #include "gcc-plugin.h"
 #include "system.h"
 #include "coretypes.h"
@@ -68,8 +69,6 @@
 #include "rpc.hh"
 #include "gcc-c-interface.h"
 #include "context.hh"
-
-#include <vector>
 
 using namespace cc1_plugin;