Update ColladaHelper.h

Add missing include.
pull/2855/head
Kim Kulling 2020-01-04 11:57:26 +01:00 committed by GitHub
parent 12ee1a6776
commit cce77345e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <map>
#include <vector>
#include <set>
#include <stdint.h>
#include <assimp/light.h>
#include <assimp/mesh.h>