clangd: Try to fix build with std::optional
Should have been in e748db0f7f
, but the
build option is well hidden.
This commit is contained in:
parent
6c44ccab43
commit
f885ae2310
|
@ -28,6 +28,7 @@
|
|||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/Program.h"
|
||||
#include <iterator>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue