fix: compilation

This commit is contained in:
Jan Laupetin
2025-09-06 09:02:50 +01:00
parent 3a5cfc01d9
commit 3fb887b5dd
+4
View File
@@ -1,9 +1,13 @@
#include "XModelCommon.h"
#pragma warning(push, 0)
// clang-format off: Order of includes is important
#include <bit> // Eigen uses std::bit_cast without including header themselves...
#include <Eigen>
// clang-format on
#pragma warning(pop)
#include <cassert>
#include <cmath>
#include <format>
#include <limits>