Added includes that are only used in DEBUG builds

Change-Id: I80f835ce31d44c1df32955fdc48f0accfb062747
Reviewed-on: https://gerrit.libreoffice.org/52162
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
himajin100000
2018-03-29 02:05:27 +09:00
committed by Noel Grandin
parent 457208b260
commit 1e73a1bfab

View File

@@ -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 ;