repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git]
/
external
/
poppler
/
poppler-0.26.4-std-max.patch.1
blob
0c5a2c8f1c2b17415b1e8dc174c19ee72af5ebb7
1
--- a/poppler/Annot.cc
2
+++ b/poppler/Annot.cc
3
@@ -71,6 +71,7 @@
4
#include "DateInfo.h"
5
#include "Link.h"
6
#include <string.h>
7
+#include <algorithm>
8
9
#if MULTITHREADED
10
# define annotLocker() MutexLocker locker(&mutex)