diff options
Diffstat (limited to 'external/libcmis/libcmis-boost-string.patch')
-rw-r--r-- | external/libcmis/libcmis-boost-string.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/external/libcmis/libcmis-boost-string.patch b/external/libcmis/libcmis-boost-string.patch new file mode 100644 index 000000000..247d38a19 --- /dev/null +++ b/external/libcmis/libcmis-boost-string.patch @@ -0,0 +1,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> |