From 3ef3569c4ae1c5319aff0664d52cbd8a8d42c909 Mon Sep 17 00:00:00 2001 From: rezso Date: Tue, 4 Sep 2018 01:18:10 +0200 Subject: tdf#119344 fix libcmis build with boost 1.68 Change-Id: I80d6ea8ecd001dc02b941c1eb8974c9244316045 Reviewed-on: https://gerrit.libreoffice.org/59958 Tested-by: Jenkins Reviewed-by: Michael Stahl --- a/src/libcmis/xml-utils.cxx +++ b/src/libcmis/xml-utils.cxx @@ -31,7 +31,12 @@ #include #include +#include +#if (BOOST_VERSION >= 106800) +#include +#else #include +#endif #include #include "xml-utils.hxx"