diff --git a/Audio/ThirdParty/hrtf/HrtfData.cpp b/Audio/ThirdParty/hrtf/HrtfData.cpp index b3d9f9095..2921fb1e3 100644 --- a/Audio/ThirdParty/hrtf/HrtfData.cpp +++ b/Audio/ThirdParty/hrtf/HrtfData.cpp @@ -9,7 +9,7 @@ typedef struct { uint8_t bytes[3]; } sample_int24_t; -const double pi = 3.1415926535897932385; +const double pi = M_PI; template void read_stream(std::istream& stream, T& value) {