Skip to content

Commit bb9c9d5

Browse files
committed
1 parent 434329d commit bb9c9d5

File tree

1 file changed

+10
-1
lines changed
  • Samples/SampleSharedLib/SampleSharedLib

1 file changed

+10
-1
lines changed

Samples/SampleSharedLib/SampleSharedLib/pch.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
#ifndef PCH_H
22
#define PCH_H
33

4+
#include <winrt/base.h>
5+
namespace winrt::impl
6+
{
7+
template <typename Async>
8+
auto wait_for(Async const& async, Windows::Foundation::TimeSpan const& timeout);
9+
}
10+
11+
#include <winrt/Windows.Foundation.h>
12+
#include <winrt/Windows.Graphics.h>
413
#include <winrt/Windows.Graphics.Imaging.h>
514
#include <winrt/Windows.Storage.h>
6-
#include "winrt/Windows.Storage.Streams.h"
15+
#include <winrt/Windows.Storage.Streams.h>
716

817
#include <Windows.h>
918

0 commit comments

Comments
 (0)