lighttransport / nanort

NanoRT, single header only modern ray tracing kernel.
MIT License
1.07k stars 89 forks source link

Move the standard headers first #4

Closed lu-zero closed 8 years ago

lu-zero commented 8 years ago

libc++ fails to compile otherwise

syoyo commented 8 years ago

Thanks! BTW do you know the reason why inclusion order causes compilation error on libc++?

lu-zero commented 8 years ago

I hadn't time to debug, my guess is that some other include has a wrong extern C or such.