The actual winrt file update. Although this built without source changes locally, it seems that g3 needs these additional includes.

PiperOrigin-RevId: 402359124
This commit is contained in:
jfcarroll
2021-10-11 12:06:16 -07:00
committed by Copybara-Service
parent 0a31e427f0
commit 6ac98e6f4e
1368 changed files with 2952 additions and 2137 deletions
@@ -1,4 +1,4 @@
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210825.3
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
module;
@@ -27,6 +27,10 @@ module;
#include <directxmath.h>
#endif
#ifdef __cpp_lib_format
#include <format>
#endif
#ifdef __cpp_lib_coroutine
#include <coroutine>