From ff5a793e9eeb693cfcb719140ebfeb0aa1b5b1ee Mon Sep 17 00:00:00 2001 From: Vatsan Madhavan Date: Wed, 27 May 2020 19:01:29 -0700 Subject: [PATCH] #include to matrix_t.hpp --- .../src/WpfGfx/common/DirectXLayer/interfaces/matrix_t.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/matrix_t.hpp b/src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/matrix_t.hpp index 07e0a5c1e..ba606c5bb 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/matrix_t.hpp +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/matrix_t.hpp @@ -11,6 +11,7 @@ #include "quaternion_t.hpp" #include +#include namespace dxlayer { -- GitLab