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 {