Clang can't find header includesApparently clang was targeting "i686-pc-windows-msvc". Adding "-target i686-pc-windows-gnu" to the c...
Clang can't find header includesI have a program that compiles fine with g++, but using clang++ it seems to choke on standard header...