I installed llvm-17 using Automatic install script(https://apt.llvm.org/llvm.sh) into my Ubuntu machine.
Then, I tried to compile some c++ files, but Compile Failed.
main.cc:1:10: fatal error: 'cstdint' file not found 1 | #include <cstdint> | ^~~~~~~~~1 error generated.This is the error message.How I solve this problem?