mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 22:47:26 +00:00
fix: linux build
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#include "XModel/Gltf/GltfConstants.h"
|
#include "XModel/Gltf/GltfConstants.h"
|
||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
#include <format>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
|
|
||||||
|
@@ -72,7 +72,7 @@ namespace
|
|||||||
return m_message;
|
return m_message;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] const char* what() const override
|
[[nodiscard]] const char* what() const noexcept override
|
||||||
{
|
{
|
||||||
return m_message.c_str();
|
return m_message.c_str();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user