mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-28 23:02:31 +00:00
Make sure math.h is included before M_PI is tested
This commit is contained in:
parent
43b5a87fbd
commit
9e65b2c06d
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
#ifndef _MATHLIB_H
|
#ifndef _MATHLIB_H
|
||||||
#define _MATHLIB_H
|
#define _MATHLIB_H
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
#include "qtypes.h"
|
#include "qtypes.h"
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
|
|
Loading…
Reference in a new issue