Closed merwaaan closed 6 years ago
Hi there,
The wrapper did not compile under Windows because of a missing #include for TypedValue in Entity.hpp.
The type was forward declared, but it is not sufficient because its constructor is used to instantiate default parameters below.
Cheers,
Hi again. Thanks for merging our other pull request :)
Any thought about this one? Currently, the project does not compile under Windows without this change.
Hi there,
The wrapper did not compile under Windows because of a missing #include for TypedValue in Entity.hpp.
The type was forward declared, but it is not sufficient because its constructor is used to instantiate default parameters below.
Cheers,