mac was somehow not already including "math/mMathFn.h" in the chain

This commit is contained in:
AzaezelX 2026-05-13 15:33:59 -05:00
parent 6fcb08bb86
commit fb75d0fefb

View file

@ -33,7 +33,9 @@
#include <algorithm>
#include "console/engineTypes.h"
#include "console/engineTypeInfo.h"
#ifndef _MMATHFN_H_
#include "math/mMathFn.h"
#endif
//-----------------------------------------------------------------------------
// Helper definitions for the vector class.