[poppler] utils/pdftocairo-win32.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Aug 27 10:54:27 UTC 2017
utils/pdftocairo-win32.cc | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 59e6e9b3e4d77229051cafeeeb65a82e9a966204
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Aug 27 12:54:03 2017 +0200
Add missing inlcudes when compiling with cmake+mingw
diff --git a/utils/pdftocairo-win32.cc b/utils/pdftocairo-win32.cc
index 78d04252..eead967f 100644
--- a/utils/pdftocairo-win32.cc
+++ b/utils/pdftocairo-win32.cc
@@ -4,6 +4,7 @@
//
// Copyright (C) 2014 Rodrigo Rivas Costa <rodrigorivascosta at gmail.com>
// Copyright (C) 2014 Adrian Johnson <ajohnson at redneon.com>
+// Copyright (C) 2017 Albert Astals Cid <aacid at kde.org>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -20,7 +21,9 @@
#include <dlgs.h>
#include <commctrl.h>
+#include <commdlg.h>
#include <windowsx.h>
+#include <winspool.h>
static HDC hdc;
static HGLOBAL hDevmode = 0;
More information about the poppler
mailing list