unoidl/source/sourcetreeprovider.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b7c82d8d6241de2ec873d11a92a754e6a13547fb
Author: Douglas Mencken <dougmenc...@gmail.com>
Date:   Mon Jul 7 05:37:32 2014 -0400

    fix build error 'strlen' is not a member of 'std' locally
    
    Change-Id: I587ef2c38fd9377eef2073a49cd8497b2bd4bf9f
    Reviewed-on: https://gerrit.libreoffice.org/10076
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
    Tested-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/unoidl/source/sourcetreeprovider.cxx 
b/unoidl/source/sourcetreeprovider.cxx
index 246f6f0..e9d0094 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -11,6 +11,7 @@
 
 #include <map>
 #include <vector>
+#include <cstring>
 
 #include "osl/file.h"
 #include "osl/file.hxx"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to