mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
public: remove tgmath.h include in C++ mode
This commit is contained in:
@@ -17,7 +17,7 @@ GNU General Public License for more details.
|
||||
#define XASH3D_MATHLIB_H
|
||||
|
||||
#include <math.h>
|
||||
#if HAVE_TGMATH_H
|
||||
#if HAVE_TGMATH_H && !__cplusplus
|
||||
#include <tgmath.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user