Include <crtdbg.h> 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
This commit is contained in:
hai007
2022-10-27 12:21:34 -07:00
committed by Copybara-Service
parent 2eec1cba0e
commit dfdc3dd818
@@ -14,6 +14,8 @@
#include "internal/platform/implementation/windows/scheduled_executor.h"
#include <crtdbg.h>
#include "internal/platform/implementation/windows/cancelable.h"
#include "internal/platform/logging.h"