Prechádzať zdrojové kódy

Add missing clang includes to compile_flags.txt (#522)

This is needed to fix issues like:

```
bazel-clang-toolchain/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found
#include_next <stddef.h>
              ^~~~~~~~~~
```
Jon Meow 5 rokov pred
rodič
commit
190fab9530
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      compile_flags.txt

+ 2 - 0
compile_flags.txt

@@ -75,6 +75,8 @@ bazel-bin/external/llvm-project/llvm/utils/unittest/googletest/include
 -nostdinc++
 -isystem
 bazel-clang-toolchain/include/c++/v1
+-isystem
+bazel-clang-toolchain/lib/clang/12.0.0/include
 -no-canonical-prefixes
 -Wno-builtin-macro-redefined
 -D__DATE__="redacted"