在 linux 系统下, vim 使用 syntastic ,或者是 ale 做语法检查时,总是会报错,比如 'iostream' file not found ,但是我使用 gcc/g++ 可以编译程序并执行, c++的库文件在 /usr/include/c++ 中,请问我应该怎么设置才能让 vim 读取到这些库文件
'iostream' file not found
/usr/include/c++