summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming/basicio.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/streaming/basicio.cxx')
-rw-r--r--comphelper/source/streaming/basicio.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/comphelper/source/streaming/basicio.cxx b/comphelper/source/streaming/basicio.cxx
index d86427b7de81..534d8b4cd0a1 100644
--- a/comphelper/source/streaming/basicio.cxx
+++ b/comphelper/source/streaming/basicio.cxx
@@ -18,6 +18,8 @@
*/
#include <comphelper/basicio.hxx>
+#include <comphelper/bytereader.hxx>
+#include <comphelper/servicehelper.hxx>
#include <com/sun/star/awt/FontDescriptor.hpp>
namespace comphelper
@@ -157,6 +159,9 @@ const css::uno::Reference<css::io::XObjectOutputStream>& operator << (const css:
return _rxOutStream;
}
+ByteReader::~ByteReader() {}
+
+ByteWriter::~ByteWriter() {}
} // namespace comphelper