Add missing tuple header for std::tie

This commit is contained in:
Jan 2021-08-13 22:39:57 +02:00
parent 76a7ca99c3
commit a43d8bdd34
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <cmath>
#include <limits>
#include <tuple>
bool operator==(const ObjVertex& lhs, const ObjVertex& rhs)
{

View File

@ -2,6 +2,7 @@
#include <cmath>
#include <limits>
#include <tuple>
void XModelMaterial::ApplyDefaults()
{