From 9799fadfe84344fa3ea78835365570d832a476c7 Mon Sep 17 00:00:00 2001 From: lepelog Date: Mon, 3 May 2021 14:36:22 +0200 Subject: [PATCH] fix build due to mtx_vec split --- src/d/d_drawlist.cpp | 2 ++ src/d/d_resorce.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp index 01702e9ef4..8c9799c156 100644 --- a/src/d/d_drawlist.cpp +++ b/src/d/d_drawlist.cpp @@ -5,6 +5,8 @@ #include "d/d_drawlist.h" #include "dol2asm.h" +#include "dolphin/mtx/mtx44.h" +#include "dolphin/mtx/mtxvec.h" #include "dolphin/types.h" // diff --git a/src/d/d_resorce.cpp b/src/d/d_resorce.cpp index c7bb5e76a1..080232bb49 100644 --- a/src/d/d_resorce.cpp +++ b/src/d/d_resorce.cpp @@ -5,6 +5,7 @@ #include "d/d_resorce.h" #include "dol2asm.h" +#include "dolphin/mtx/mtx.h" #include "dolphin/types.h" //