2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-12 19:47:27 +00:00

fix: compilation

This commit is contained in:
Jan Laupetin
2025-08-10 13:18:28 +01:00
parent 3a5cfc01d9
commit 3fb887b5dd

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>