aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar Junhao Li <jl2922@cornell.edu>2018-08-08 14:31:52 -0700
committerGravatar GitHub <noreply@github.com>2018-08-08 14:31:52 -0700
commitb9decfb35d95aeee9245c4d2b197bb5b8bcb2133 (patch)
treebad36502cab1ea6ac695e5f24faee227cdc37ebb /test/cpp/util
parente916e79cb88b007559e079a8cac2250105a76954 (diff)
include cmath to fix gcc8 compilation error
This fix resolves the following compilation error on GCC8.1.1: ERROR: /home/junhao/tools/grpc/BUILD:1350:1: C++ compilation of rule '//:grpcpp_server_load_reporting' failed (Exit 1) src/cpp/server/load_reporter/util.cc:31:12: error: no member named 'isnormal' in namespace 'std' if (std::isnormal(cost_value)) { ~~~~~^ 1 error generated.
Diffstat (limited to 'test/cpp/util')
0 files changed, 0 insertions, 0 deletions