#TIL #clangd (the #LSP) doesn't seem to find system libraries if the path is not explicitly added to #clang (the compiler).
So here I am unnecessarily sprinkling `-I/usr/local/include` everywhere.