a20a464bcf
...as reported now by various Windows builders after
e0f1b5bd94
"Upgrade external/boost to latest
Boost 1.75.0"
Change-Id: Ib1f4ea2ca05003b24347c7233bd06cef7d4c955f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108920
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
10 lines
230 B
Diff
10 lines
230 B
Diff
--- src/lib/BBeBCollector.cpp
|
|
+++ src/lib/BBeBCollector.cpp
|
|
@@ -7,6 +7,7 @@
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
+#include <algorithm>
|
|
#include <unordered_map>
|
|
|
|
#include <librevenge/librevenge.h>
|