mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
mac was somehow not already including "math/mMathFn.h" in the chain
This commit is contained in:
parent
6fcb08bb86
commit
fb75d0fefb
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "console/engineTypes.h"
|
#include "console/engineTypes.h"
|
||||||
#include "console/engineTypeInfo.h"
|
#include "console/engineTypeInfo.h"
|
||||||
|
#ifndef _MMATHFN_H_
|
||||||
|
#include "math/mMathFn.h"
|
||||||
|
#endif
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Helper definitions for the vector class.
|
// Helper definitions for the vector class.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue