aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 16:34:55 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 16:34:55 -0700
commit711e32d584d5e90d961126f830ef057f7d7cb885 (patch)
treed19b402a5c38e6b2215971b97e0fc974c6453f7c /src
parenta22e16ad8b52d3ced5ecfd642a5182c3a81a5cbf (diff)
Add header files for exec_ctx and closure in windows iomgr header files
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/iocp_windows.h1
-rw-r--r--src/core/lib/iomgr/socket_windows.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/iocp_windows.h b/src/core/lib/iomgr/iocp_windows.h
index 5079ea5d84..68d9de6158 100644
--- a/src/core/lib/iomgr/iocp_windows.h
+++ b/src/core/lib/iomgr/iocp_windows.h
@@ -27,6 +27,7 @@
#ifdef GRPC_WINSOCK_SOCKET
+#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/socket_windows.h"
typedef enum {
diff --git a/src/core/lib/iomgr/socket_windows.h b/src/core/lib/iomgr/socket_windows.h
index df02c0fc59..7bd01eded5 100644
--- a/src/core/lib/iomgr/socket_windows.h
+++ b/src/core/lib/iomgr/socket_windows.h
@@ -29,6 +29,7 @@
#include <grpc/support/atm.h>
#include <grpc/support/sync.h>
+#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/iomgr_internal.h"
/* This holds the data for an outstanding read or write on a socket.