From 9c1ea62a182a6985d1d0b8ed94caf38133ee122c Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 3 Jul 2023 12:36:48 +0000 Subject: [PATCH] Add include for unique_ptr --- code/Common/SceneCombiner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/Common/SceneCombiner.cpp b/code/Common/SceneCombiner.cpp index 4884383c1..d736a2d9f 100644 --- a/code/Common/SceneCombiner.cpp +++ b/code/Common/SceneCombiner.cpp @@ -63,6 +63,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include +#include namespace Assimp {