aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/thread_manager/thread_manager_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/thread_manager/thread_manager_test.cc')
-rw-r--r--test/cpp/thread_manager/thread_manager_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/thread_manager/thread_manager_test.cc b/test/cpp/thread_manager/thread_manager_test.cc
index 8282d46694..7a95a9f17d 100644
--- a/test/cpp/thread_manager/thread_manager_test.cc
+++ b/test/cpp/thread_manager/thread_manager_test.cc
@@ -16,14 +16,15 @@
*is % allowed in string
*/
+#include <inttypes.h>
#include <ctime>
#include <memory>
#include <string>
#include <gflags/gflags.h>
-#include <grpc++/grpc++.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
+#include <grpcpp/grpcpp.h>
#include "src/cpp/thread_manager/thread_manager.h"
#include "test/cpp/util/test_config.h"