From b3d69c3c0fbd6a833214898fd172b8e1d2102b56 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Wed, 29 Jul 2015 06:12:51 +0200 Subject: [PATCH] Fixing Windows build --- include/grpc++/dynamic_thread_pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/grpc++/dynamic_thread_pool.h b/include/grpc++/dynamic_thread_pool.h index bc4e2d4d74..f0cd35940f 100644 --- a/include/grpc++/dynamic_thread_pool.h +++ b/include/grpc++/dynamic_thread_pool.h @@ -41,6 +41,7 @@ #include <grpc++/thread_pool_interface.h> #include <list> +#include <memory> #include <queue> namespace grpc { -- GitLab