Skip to content

Commit f8c757a

Browse files
committed
fix
1 parent 15ed257 commit f8c757a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/core/event_engine/util/delegating_event_engine.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#ifndef GRPC_TEST_CORE_EVENT_ENGINE_UTIL_DELEGATING_EVENT_ENGINE_H
16+
#define GRPC_TEST_CORE_EVENT_ENGINE_UTIL_DELEGATING_EVENT_ENGINE_H
17+
1518
#include <grpc/event_engine/event_engine.h>
1619

1720
namespace grpc_event_engine::experimental {
@@ -88,3 +91,5 @@ class DelegatingEventEngine : public EventEngine {
8891
};
8992

9093
} // namespace grpc_event_engine::experimental
94+
95+
#endif // GRPC_TEST_CORE_EVENT_ENGINE_UTIL_DELEGATING_EVENT_ENGINE_H

0 commit comments

Comments
 (0)