mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +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 <limits>
|
||||
#include <tuple>
|
||||
|
||||
bool operator==(const ObjVertex& lhs, const ObjVertex& rhs)
|
||||
{
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
#include <tuple>
|
||||
|
||||
void XModelMaterial::ApplyDefaults()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user