mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-24 21:35:41 +00:00
Add missing tuple header for std::tie
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
#include <tuple>
|
||||
|
||||
bool operator==(const ObjVertex& lhs, const ObjVertex& rhs)
|
||||
{
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
#include <tuple>
|
||||
|
||||
void XModelMaterial::ApplyDefaults()
|
||||
{
|
||||
|
Reference in New Issue
Block a user