I am using Atom to write C++ code and have installed the llvm suite to use an Atom package which uses the clangd language server. It seems to be working, except that clangd doesn't seem to find the standard headers (e.g. iostream, algorithm). I installed llvm using the prebuilt Windows binaries. The error that shows up in the Atom Diagnostics pane is " 'algorithm' file not found".
Does anyone have any ideas what I can do to get clangd to find the standard headers?