Define M_PI_2 if not already done

This commit is contained in:
Arvid Gerstmann 2018-07-13 23:41:12 +02:00
parent ebd1d00178
commit 0b1c2ebc8f

View File

@ -22,6 +22,10 @@
# include "../nfd/nfd.h"
#endif
#ifndef M_PI_2
#define M_PI_2 1.57079632679489661923
#endif
namespace tracy
{