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
blob0c5a2c8f1c2b17415b1e8dc174c19ee72af5ebb7
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)