Julien QUENTIN

Results 5 comments of 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 @azrogers, thank you for keeping me updated 🙂

When `GltfReader.h` is included, it includes `Material.h` which also reports this error: ![04c3b9e6-5126-46c6-b6f4-0e2fff23ecb1](https://github.com/user-attachments/assets/51e59c0a-5078-4115-93bd-4caaf0e2ba7d) ![image](https://github.com/user-attachments/assets/6f82266c-a9e6-4b3c-9d03-ca85d776a945) 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` 🤷‍♂️