blob: 247d38a197594aae4a893a055df33c785b356f1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|