mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
bsd ready
This commit is contained in:
parent
0d981b62cf
commit
e0ab3830af
9 changed files with 120 additions and 93 deletions
|
|
@ -58,7 +58,7 @@ NvRemoveTjunctions.cpp : A code snippet to remove tjunctions from a triangle mes
|
|||
#pragma warning(disable:4702)
|
||||
#pragma warning(disable:4127) //conditional expression is constant (because _HAS_EXCEPTIONS=0)
|
||||
#include <vector>
|
||||
#ifdef __APPLE__
|
||||
#if defined( __APPLE__ ) || defined( __FreeBSD__)
|
||||
#include <ext/hash_map>
|
||||
#elif LINUX
|
||||
#include <hash_map>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue