From 3fb887b5dde0ac42e067f4adbab576780d6a309d Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Sun, 10 Aug 2025 13:18:28 +0100 Subject: [PATCH] fix: compilation --- src/ObjCommon/XModel/XModelCommon.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ObjCommon/XModel/XModelCommon.cpp b/src/ObjCommon/XModel/XModelCommon.cpp index 083f845c..3a7fd151 100644 --- a/src/ObjCommon/XModel/XModelCommon.cpp +++ b/src/ObjCommon/XModel/XModelCommon.cpp @@ -1,9 +1,13 @@ #include "XModelCommon.h" #pragma warning(push, 0) +// clang-format off: Order of includes is important +#include // Eigen uses std::bit_cast without including header themselves... #include +// clang-format on #pragma warning(pop) +#include #include #include #include