aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-21 01:04:36 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-21 01:04:36 -0800
commit08a0a3306e1b0d5597a0541624f53ee35bd34463 (patch)
tree1f961b815469f663ec45888dfebe55bf7fc7361a /src/cpp/common
parentf3ddb7c55a4b158843fe44183cbf9ce72f4c9355 (diff)
Made "codedgen" directories closed over #includes
Diffstat (limited to 'src/cpp/common')
-rw-r--r--src/cpp/common/completion_queue.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpp/common/completion_queue.cc b/src/cpp/common/completion_queue.cc
index a175beb452..420d1160f0 100644
--- a/src/cpp/common/completion_queue.cc
+++ b/src/cpp/common/completion_queue.cc
@@ -37,6 +37,7 @@
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpc++/support/time.h>
+#include <grpc++/impl/codegen/completion_queue_tag.h>
namespace grpc {