aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/core/plugin_registry.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/core/plugin_registry.template')
-rw-r--r--templates/src/core/plugin_registry.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/src/core/plugin_registry.template b/templates/src/core/plugin_registry.template
index 805ae9049f..a00d204a46 100644
--- a/templates/src/core/plugin_registry.template
+++ b/templates/src/core/plugin_registry.template
@@ -22,6 +22,8 @@ template: |
*
*/
+ #include <grpc/support/port_platform.h>
+
#include <grpc/grpc.h>
%for plugin in selected.plugins: