office-gobmx/external/libcmis/libcmis-boost-string.patch
Jan Holesovsky c6564fb00a Fix build with system boost
Change-Id: I86ffabd30535b594a40d786f7c4602abbbb5a54a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121513
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2021-09-06 18:41:46 +02:00

11 lines
241 B
Diff

--- a/src/libcmis/oauth2-handler.cxx
+++ b/src/libcmis/oauth2-handler.cxx
@@ -26,6 +26,8 @@
* instead of those above.
*/
+#include <boost/algorithm/string.hpp>
+
#include "oauth2-handler.hxx"
#include <libcmis/session-factory.hxx>