c6564fb00a
Change-Id: I86ffabd30535b594a40d786f7c4602abbbb5a54a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121513 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
11 lines
241 B
Diff
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>
|