Julien QUENTIN
Julien QUENTIN
Hi @azrogers, thanks for pointing me to #890. I'm ready to make appropriate changes on my end as soon as your PR is in👍
Hi @kring! Any update on this?
Hi @azrogers, thank you for keeping me updated 🙂
When `GltfReader.h` is included, it includes `Material.h` which also reports this error:   I'm using C++17 in a console project, I haven't included any windows headers, but somehow the...
Managed to fix this by simply including `CesiumGltf/Material.h` before `CesiumGltfReader/GltfReader.h` 🤷♂️