]> git.tdb.fi Git - libs/game.git/commitdiff
Add an include which is now necessary
authorMikko Rasa <tdb@tdb.fi>
Sat, 7 Jan 2023 13:23:11 +0000 (15:23 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 7 Jan 2023 13:24:57 +0000 (15:24 +0200)
Changes in the Variant class require classes retrieved from a collection
to be fully defined.

source/gameview/renderer.cpp

index 5ddfec18fa3b3ae5d136e1def3c0dd5a092d2035..ef8f99567c03e221adddfec167803b3719955e74 100644 (file)
@@ -4,6 +4,7 @@
 #include <msp/game/stage.h>
 #include <msp/game/transform.h>
 #include <msp/gl/sequencebuilder.h>
+#include <msp/gl/sequencetemplate.h>
 #include "meshrenderer.h"
 
 using namespace std;