mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user