summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/mupdf_cpp/pch.h')
-rw-r--r--platform/winrt/mupdf_cpp/pch.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/winrt/mupdf_cpp/pch.h b/platform/winrt/mupdf_cpp/pch.h
index fadf910d..b23c6b70 100644
--- a/platform/winrt/mupdf_cpp/pch.h
+++ b/platform/winrt/mupdf_cpp/pch.h
@@ -7,3 +7,12 @@
#include <collection.h>
#include "App.xaml.h"
+/* DirectX requirements */
+#include <wrl.h>
+#include <wrl\client.h>
+#include <dxgi.h>
+#include <dxgi1_2.h>
+#include <D2d1_1.h>
+#include <D3D11.h>
+#include <PrintPreview.h>
+#include <Wincodec.h>