Update AggregateFunctionStudentTTest.h

This commit is contained in:
alexey-milovidov 2020-10-27 17:55:03 +03:00 committed by GitHub
parent 59910991b6
commit 382a6e62ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ namespace ErrorCodes
#if defined(OS_DARWIN)
extern "C"
{
double lgamma_r(double x, int * signgamp);
double lgammal_r(double x, int * signgamp);
}
#endif