aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-03-12 19:13:32 -0700
committerGravatar GitHub <noreply@github.com>2018-03-12 19:13:32 -0700
commit44fd6557aefad4689eac7225386aecefd1f9a5bc (patch)
treec3c887d653006bb743a8fb5b5859e0787801516d /test/cpp
parent01d117856414c80b6453a472f9a50c5e7bde0a5a (diff)
parent2a03c876ec4dc30bf118dd8776c2b8ec3b960deb (diff)
Merge pull request #14676 from muxi/fix-inttypes-include
Stop including inttypes.h in gRPC core public header
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/thread_manager/thread_manager_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/thread_manager/thread_manager_test.cc b/test/cpp/thread_manager/thread_manager_test.cc
index fad52cf7fa..7a95a9f17d 100644
--- a/test/cpp/thread_manager/thread_manager_test.cc
+++ b/test/cpp/thread_manager/thread_manager_test.cc
@@ -16,6 +16,7 @@
*is % allowed in string
*/
+#include <inttypes.h>
#include <ctime>
#include <memory>
#include <string>