eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.13k stars 456 forks source link

Fix missing declarations #3309

Closed niclasr closed 7 months ago

niclasr commented 8 months ago

Fix missing declarations, these cause build problem when not using PCH. Fixes most of the problems mentioned in #3308 .