diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-04-13 07:25:21 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-04-13 06:28:01 +0200 |
commit | ca58e823cb35d988f46ba2de96a1c5ec8f71b891 (patch) | |
tree | 4580d7f1fc659ab13c0782593b55fbb4b60fc489 /shell | |
parent | 4553bc1bfa72dce55566971e27b94f3a5bfcdc79 (diff) |
tdf#103058: fix build failed because of missing header
Change-Id: I8cb7a94baad753f5cab07a085ae567d2c65ef5e1
Reviewed-on: https://gerrit.libreoffice.org/36502
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/spsupp/COMOpenDocuments.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/source/win32/spsupp/COMOpenDocuments.cxx b/shell/source/win32/spsupp/COMOpenDocuments.cxx index 5f3af74a8be0..83ceb47296f4 100644 --- a/shell/source/win32/spsupp/COMOpenDocuments.cxx +++ b/shell/source/win32/spsupp/COMOpenDocuments.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <cstring> + #include "COMOpenDocuments.hpp" #include "spsuppServ.hpp" #include "stdio.h" |