Open
Description
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) ?