[poppler] poppler/PSOutputDev.cc
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Aug 30 20:49:43 UTC 2018
poppler/PSOutputDev.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 987bbb684e688651e3d06502e2ff9b6f08130538
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Aug 30 22:49:19 2018 +0200
PSOutputDev: Hopefully fix compilation under MSVC
diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc
index 0c320fac..d6a31773 100644
--- a/poppler/PSOutputDev.cc
+++ b/poppler/PSOutputDev.cc
@@ -53,6 +53,7 @@
#include <math.h>
#include <limits.h>
#include <algorithm>
+#include <array>
#include "goo/GooString.h"
#include "goo/GooList.h"
#include "poppler-config.h"
More information about the poppler
mailing list