Skip to content
Snippets Groups Projects
Commit 46c7a16c authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #7939 from dgquintas/server_builder_tiny_include_fix

server builder include fix
parents da2b480e 468e16d9
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,9 @@ ...@@ -35,10 +35,9 @@
#include <grpc++/impl/service_type.h> #include <grpc++/impl/service_type.h>
#include <grpc++/server.h> #include <grpc++/server.h>
#include <grpc/support/cpu.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <grpc/support/useful.h>
#include "include/grpc/support/useful.h"
#include "src/cpp/server/thread_pool_interface.h" #include "src/cpp/server/thread_pool_interface.h"
namespace grpc { namespace grpc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment