aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-07-29 06:12:51 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-07-29 06:12:51 +0200
commitb3d69c3c0fbd6a833214898fd172b8e1d2102b56 (patch)
tree0fec58d7cf01716a1199420047f37b88e6eff9a8
parent8e06c2e62e0be2606598dd1f2a6582b585364520 (diff)
Fixing Windows build
-rw-r--r--include/grpc++/dynamic_thread_pool.h1
1 files changed, 1 insertions, 0 deletions
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 {