aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/stress_interop_client.cc
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2015-10-22 15:04:26 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2015-10-22 15:04:26 -0700
commit119062428f4de56518ebe143b2a97519553b8956 (patch)
tree63b1059ffb3d86cbc1b8059ac00b54a852c812d1 /test/cpp/interop/stress_interop_client.cc
parent41b2143dcb154a57147d055b4e51b0296679773a (diff)
Fix the error reported by tools/run_tests/check_sources_and_headers.py
Diffstat (limited to 'test/cpp/interop/stress_interop_client.cc')
-rw-r--r--test/cpp/interop/stress_interop_client.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/interop/stress_interop_client.cc b/test/cpp/interop/stress_interop_client.cc
index 5ade60057b..a75eb99d42 100644
--- a/test/cpp/interop/stress_interop_client.cc
+++ b/test/cpp/interop/stress_interop_client.cc
@@ -31,6 +31,8 @@
*is % allowed in string
*/
+#include "test/cpp/interop/stress_interop_client.h"
+
#include <memory>
#include <string>
#include <vector>
@@ -38,7 +40,6 @@
#include <grpc++/create_channel.h>
#include "test/cpp/interop/interop_client.h"
-#include "test/cpp/interop/stress_interop_client.h"
namespace grpc {
namespace testing {