mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
8 lines
263 B
C
8 lines
263 B
C
|
|
#pragma once
|
|||
|
|
#include <unknwn.h>
|
|||
|
|
#include "winrt/Windows.ApplicationModel.Background.h"
|
|||
|
|
#include <winrt/Windows.Data.Xml.Dom.h>
|
|||
|
|
#include <winrt/Windows.Foundation.h>
|
|||
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|||
|
|
#include <winrt/Windows.UI.Notifications.h>
|