diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lib/support/manual_constructor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/lib/support/manual_constructor.h b/src/core/lib/support/manual_constructor.h index be3dd4c1e3..d753cf98a0 100644 --- a/src/core/lib/support/manual_constructor.h +++ b/src/core/lib/support/manual_constructor.h @@ -16,6 +16,9 @@ * */ +#ifndef GRPC_CORE_LIB_SUPPORT_MANUAL_CONSTRUCTOR_H +#define GRPC_CORE_LIB_SUPPORT_MANUAL_CONSTRUCTOR_H + // manually construct a region of memory with some type #include <stddef.h> @@ -69,3 +72,5 @@ class ManualConstructor { }; } // namespace grpc_core + +#endif |