Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / libcmis / boost-1.68.patch.0
blob2d86a4db28650f37397041ae0a589c8ae49edbda
1 --- src/libcmis/xml-utils.cxx.orig      2016-03-01 16:14:26 UTC
2 +++ src/libcmis/xml-utils.cxx
3 @@ -31,7 +31,12 @@
4  #include <sstream>
5  #include <stdlib.h>
6  
7 +#include <boost/version.hpp>
8 +#if (BOOST_VERSION >= 106800)
9 +#include <boost/uuid/detail/sha1.hpp>
10 +#else
11  #include <boost/uuid/sha1.hpp>
12 +#endif
13  #include <curl/curl.h>
15  #include "xml-utils.hxx"