Issue 93957
Summary Standard Headers missing from Clang tool
Labels clang
Assignees
Reporter spino17
    I am building a clang tool and it works fine if I don't include any headers but when I am including `<iostream>` or `<string>` it throws: `'iostream' file not found`. How do I include the standard lib headers to the tool in a "os agnostic way" (without specifying the exact path to the headers on system) ?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to