[poppler] qt5/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Apr 19 15:11:07 UTC 2018
qt5/src/ArthurOutputDev.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a613cd32bcaabe67649536886637ad022685c402
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Apr 19 17:10:23 2018 +0200
Fix compilation with libc++
diff --git a/qt5/src/ArthurOutputDev.cc b/qt5/src/ArthurOutputDev.cc
index 17da8f29..f4f6b141 100644
--- a/qt5/src/ArthurOutputDev.cc
+++ b/qt5/src/ArthurOutputDev.cc
@@ -41,6 +41,8 @@
#include <string.h>
#include <math.h>
+#include <array>
+
#include "goo/gfile.h"
#include "GlobalParams.h"
#include "Error.h"
More information about the poppler
mailing list