mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Define M_PI_2 if not already done
This commit is contained in:
parent
ebd1d00178
commit
0b1c2ebc8f
@ -22,6 +22,10 @@
|
||||
# include "../nfd/nfd.h"
|
||||
#endif
|
||||
|
||||
#ifndef M_PI_2
|
||||
#define M_PI_2 1.57079632679489661923
|
||||
#endif
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user