extensions/source/update/feed/updatefeed.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 1e73a1bfab8abe658e2864ae1512737e489dfb0f Author: himajin100000 <himajin100...@gmail.com> Date: Thu Mar 29 02:05:27 2018 +0900 Added includes that are only used in DEBUG builds Change-Id: I80f835ce31d44c1df32955fdc48f0accfb062747 Reviewed-on: https://gerrit.libreoffice.org/52162 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx index e1d846ba8546..e42f064d156f 100644 --- a/extensions/source/update/feed/updatefeed.cxx +++ b/extensions/source/update/feed/updatefeed.cxx @@ -58,6 +58,10 @@ #include <osl/conditn.hxx> #include <vcl/svapp.hxx> +#ifdef DEBUG +#include <com/sun/star/io/NotConnectedException.hpp> +#include <com/sun/star/io/BufferSizeExceededException.hpp> +#endif namespace beans = com::sun::star::beans ; namespace container = com::sun::star::container ; namespace deployment = com::sun::star::deployment ; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits