diff options
author | Vijay Pai <vpai@google.com> | 2018-01-08 15:03:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 15:03:24 -0800 |
commit | e3756b9cf1ee583688bbef3795900422cc1451d5 (patch) | |
tree | 4dc008790197f72d3224c6d959d0704621b24680 | |
parent | b5f7e275489d3721bc2ee843c1511bc5addc955f (diff) | |
parent | 9423c274cdfc1e9e6869cd8b64ba86aa985f902d (diff) |
Merge pull request #13952 from vjpai/functional
Need to include functional to use std::bind
-rw-r--r-- | test/core/transport/chttp2/settings_timeout_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/transport/chttp2/settings_timeout_test.cc b/test/core/transport/chttp2/settings_timeout_test.cc index 08473c72b6..d7d6ee7508 100644 --- a/test/core/transport/chttp2/settings_timeout_test.cc +++ b/test/core/transport/chttp2/settings_timeout_test.cc @@ -21,6 +21,7 @@ #include <grpc/support/log.h> #include <grpc/support/string_util.h> +#include <functional> #include <memory> #include <thread> |