]> gcc.gnu.org Git - gcc.git/commit
libcc1: fix <vector> include
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 16 Mar 2024 08:50:00 +0000 (09:50 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 16 Mar 2024 08:50:00 +0000 (09:50 +0100)
commit5213047b1d50af63dfabb5e5649821a6cb157e33
treece759f4c4e3f78c811fa24752aa2161e6a72e05b
parent53fb2cf75965e4dbcf145a12d8ae41f4667a8498
libcc1: fix <vector> include

Use INCLUDE_VECTOR before including system.h, instead of directly
including <vector>, to avoid running into poisoned identifiers.

Signed-off-by: Dimitry Andric <dimitry@andric.com>
libcc1/ChangeLog:

PR middle-end/111632
* libcc1plugin.cc: Fix include.
* libcp1plugin.cc: Fix include.
libcc1/libcc1plugin.cc
libcc1/libcp1plugin.cc
This page took 0.064162 seconds and 5 git commands to generate.