cppwinrt: Add package

This commit is contained in:
Biswapriyo Nath
2022-11-20 13:06:36 +05:30
parent afcd55dec5
commit 0b70933082
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/cppwinrt/text_writer.h
+++ b/cppwinrt/text_writer.h
@@ -6,6 +6,7 @@
#include <sstream>
#include <string>
#include <string_view>
+#include <vector>
namespace cppwinrt
{