summaryrefslogtreecommitdiff
path: root/external/poppler/poppler-0.26.4-std-max.patch.1
blob: 0c5a2c8f1c2b17415b1e8dc174c19ee72af5ebb7 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/poppler/Annot.cc
+++ b/poppler/Annot.cc
@@ -71,6 +71,7 @@
 #include "DateInfo.h"
 #include "Link.h"
 #include <string.h>
+#include <algorithm>
 
 #if MULTITHREADED
 #  define annotLocker()   MutexLocker locker(&mutex)