From dfdc3dd818e7cd99e8a673f5985fbe4de23f2b42 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 27 Oct 2022 12:19:32 -0700 Subject: [PATCH] Include `` in `scheduled_executor.cc`. The source in `scheduled_executor.cc` refers to the macro, `_ASSERT`. This macro is defined in `crtdbg.h`. PiperOrigin-RevId: 484319035 --- internal/platform/implementation/windows/scheduled_executor.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/platform/implementation/windows/scheduled_executor.cc b/internal/platform/implementation/windows/scheduled_executor.cc index 83d6cb4e..7d989ef8 100644 --- a/internal/platform/implementation/windows/scheduled_executor.cc +++ b/internal/platform/implementation/windows/scheduled_executor.cc @@ -14,6 +14,8 @@ #include "internal/platform/implementation/windows/scheduled_executor.h" +#include + #include "internal/platform/implementation/windows/cancelable.h" #include "internal/platform/logging.h"