8252797: Non-PCH build fails on Ubuntu 16.4 when building with gtests
Reviewed-by: dholmes
This commit is contained in:
parent
d0c526513d
commit
936a7acf32
@ -48,6 +48,10 @@
|
||||
#undef F1
|
||||
#undef F2
|
||||
|
||||
// A work around for GCC math header bug leaving isfinite() undefined,
|
||||
// see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14608
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user