repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git]
/
external
/
libcmis
/
libcmis-boost-string.patch
blob
247d38a197594aae4a893a055df33c785b356f1a
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
*/
6
7
+#include <boost/algorithm/string.hpp>
8
+
9
#include "oauth2-handler.hxx"
10
11
#include <libcmis/session-factory.hxx>