LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / external / libcmis / libcmis-boost-string.patch
blob247d38a197594aae4a893a055df33c785b356f1a
1 --- a/src/libcmis/oauth2-handler.cxx
2 +++ b/src/libcmis/oauth2-handler.cxx
3 @@ -26,6 +26,8 @@
4 * instead of those above.
5 */
7 +#include <boost/algorithm/string.hpp>
9 #include "oauth2-handler.hxx"
11 #include <libcmis/session-factory.hxx>