From 4dfd9c85997867060a0d420f3e76c3711b90c765 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 30 Jul 2015 00:13:57 +0300 Subject: [PATCH 1/1] Add a missing include --- source/animationplayer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/animationplayer.h b/source/animationplayer.h index db338ffb..6211fd66 100644 --- a/source/animationplayer.h +++ b/source/animationplayer.h @@ -3,6 +3,7 @@ #include #include "animation.h" +#include "matrix.h" namespace Msp { namespace GL { -- 2.43.0