TommyKaneko / Sketchup-API-C-Wrapper

A complete set of C++ Wrapper classes for SketchUp C API objects
MIT License
29 stars 8 forks source link

Add missing include for TypedValue #4

Closed merwaaan closed 6 years ago

merwaaan commented 7 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,

merwaaan commented 7 years ago

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.