summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2014-07-07 05:37:32 -0400
committerStephan Bergmann <sbergman@redhat.com>2014-07-07 13:37:14 +0000
commitb7c82d8d6241de2ec873d11a92a754e6a13547fb (patch)
treeda668198a7f8d77d07b6c6e537c666e695dd3b11 /unoidl
parent30660c87f93903fe6ad17f49a355a0d27a2f123c (diff)
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 <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/sourcetreeprovider.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index 246f6f01be41..e9d00940bb69 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"