From db29b32cd614dce3827c7d65de1e33326b250be7 Mon Sep 17 00:00:00 2001 From: Rarysson Guilherme Date: Mon, 23 Oct 2023 21:11:45 -0300 Subject: [PATCH] Add missing include header to FBXCommon.h --- modules/fbx/fbx_parser/FBXCommon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fbx/fbx_parser/FBXCommon.h b/modules/fbx/fbx_parser/FBXCommon.h index 8666da8419c..5881dadd260 100644 --- a/modules/fbx/fbx_parser/FBXCommon.h +++ b/modules/fbx/fbx_parser/FBXCommon.h @@ -76,6 +76,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef FBXCOMMON_H #define FBXCOMMON_H +#include #include namespace FBXDocParser {