diff --git a/test/third_party/poppler/readme.txt b/test/third_party/poppler/readme.txt index e965f0d9972bf..7163a8ad46281 100644 --- a/test/third_party/poppler/readme.txt +++ b/test/third_party/poppler/readme.txt @@ -2,4 +2,5 @@ This is Poppler. See README and COPYING. Changes for Emscripten: Object.h, Array.cc, Dict.cc are modified to avoid uninitialization errors (search for 'Emscripten') - + poppler-global.h is modified to use std::basic_string to compile with newer versions of + LLVM (this matches newer upstream versions of poppler)