[Libreoffice-commits] core.git: ucb/source
Tor Lillqvist
tml at collabora.com
Tue Nov 18 11:17:00 PST 2014
ucb/source/ucp/webdav/SerfInputStream.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 383a36369f2d2b71a0c784bfc45e5d91737a4559
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Nov 18 21:14:41 2014 +0200
Need <cppuhelper/queryinterface.hxx> now
Change-Id: Ib5683580273430a61e4daff84cd03b3b559fac0f
diff --git a/ucb/source/ucp/webdav/SerfInputStream.cxx b/ucb/source/ucp/webdav/SerfInputStream.cxx
index 5308363..2c8672f 100644
--- a/ucb/source/ucp/webdav/SerfInputStream.cxx
+++ b/ucb/source/ucp/webdav/SerfInputStream.cxx
@@ -18,6 +18,9 @@
*/
#include "SerfInputStream.hxx"
+
+#include <cppuhelper/queryinterface.hxx>
+
#include <string.h>
using namespace cppu;
More information about the Libreoffice-commits
mailing list