Fix build with libc++19
https://gcc.gnu.org/cgit/gcc/patch/?id=8f11ed1c58e14421ba4be1652764fc47fdce8dc7

Index: libcc1/libcc1plugin.cc
--- libcc1/libcc1plugin.cc.orig
+++ 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;
 
