mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
Add missing tuple header for std::tie
This commit is contained in:
parent
76a7ca99c3
commit
a43d8bdd34
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
#include <tuple>
|
||||||
|
|
||||||
bool operator==(const ObjVertex& lhs, const ObjVertex& rhs)
|
bool operator==(const ObjVertex& lhs, const ObjVertex& rhs)
|
||||||
{
|
{
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
#include <tuple>
|
||||||
|
|
||||||
void XModelMaterial::ApplyDefaults()
|
void XModelMaterial::ApplyDefaults()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user