From 0fd0b3fb4b337c678cbe452d0236fbb523aa86b0 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 21 Mar 2019 23:45:28 -0700 Subject: [PATCH] chore: make DCHECK available in win7 toast impl --- .../notifications/win/win32_desktop_notifications/toast.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atom/browser/notifications/win/win32_desktop_notifications/toast.h b/atom/browser/notifications/win/win32_desktop_notifications/toast.h index 89d81f8fd148..9748af760144 100644 --- a/atom/browser/notifications/win/win32_desktop_notifications/toast.h +++ b/atom/browser/notifications/win/win32_desktop_notifications/toast.h @@ -9,6 +9,8 @@ #include "atom/browser/notifications/win/win32_desktop_notifications/desktop_notification_controller.h" +#include "base/logging.h" + namespace atom { class DesktopNotificationController::Toast {