Kaydet (Commit) 1e73a1bf authored tarafından himajin100000's avatar himajin100000 Kaydeden (comit) Noel Grandin

Added includes that are only used in DEBUG builds

Change-Id: I80f835ce31d44c1df32955fdc48f0accfb062747
Reviewed-on: https://gerrit.libreoffice.org/52162Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 457208b2
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
#include <osl/conditn.hxx> #include <osl/conditn.hxx>
#include <vcl/svapp.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 beans = com::sun::star::beans ;
namespace container = com::sun::star::container ; namespace container = com::sun::star::container ;
namespace deployment = com::sun::star::deployment ; namespace deployment = com::sun::star::deployment ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment