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