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