summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/uwp/pch.h')
-rw-r--r--cpp/test/uwp/pch.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/test/uwp/pch.h b/cpp/test/uwp/pch.h
new file mode 100644
index 00000000000..fadf910de32
--- /dev/null
+++ b/cpp/test/uwp/pch.h
@@ -0,0 +1,9 @@
+//
+// pch.h
+// Header for standard system include files.
+//
+
+#pragma once
+
+#include <collection.h>
+#include "App.xaml.h"