Merge pull request #16287 from jl2922/patch-1

include cmath to fix gcc8 compilation error
pull/16297/head
Juanli Shen 7 years ago committed by GitHub
commit cb87dd9fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/cpp/server/load_reporter/util.cc

@ -20,6 +20,8 @@
#include <grpcpp/ext/server_load_reporting.h>
#include <cmath>
#include <grpc/support/log.h>
namespace grpc {

Loading…
Cancel
Save