From: Mikko Rasa Date: Sat, 7 Jan 2023 13:23:11 +0000 (+0200) Subject: Add an include which is now necessary X-Git-Url: http://git.tdb.fi/?p=libs%2Fgame.git;a=commitdiff_plain;h=b802639e9693fba48be685868772c20c8befdfac Add an include which is now necessary Changes in the Variant class require classes retrieved from a collection to be fully defined. --- diff --git a/source/gameview/renderer.cpp b/source/gameview/renderer.cpp index 5ddfec1..ef8f995 100644 --- a/source/gameview/renderer.cpp +++ b/source/gameview/renderer.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #include "meshrenderer.h" using namespace std;