shell/source/win32/spsupp/COMOpenDocuments.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit ca58e823cb35d988f46ba2de96a1c5ec8f71b891 Author: Mike Kaganski <[email protected]> Date: Thu Apr 13 07:25:21 2017 +0300 tdf#103058: fix build failed because of missing header Change-Id: I8cb7a94baad753f5cab07a085ae567d2c65ef5e1 Reviewed-on: https://gerrit.libreoffice.org/36502 Reviewed-by: Mike Kaganski <[email protected]> Tested-by: Mike Kaganski <[email protected]> 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" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
