mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-12 19:47:27 +00:00
fix: compilation
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
#include "XModelCommon.h"
|
#include "XModelCommon.h"
|
||||||
|
|
||||||
#pragma warning(push, 0)
|
#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>
|
#include <Eigen>
|
||||||
|
// clang-format on
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <format>
|
#include <format>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
Reference in New Issue
Block a user