summaryrefslogtreecommitdiff
path: root/ucb/source/ucp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-18 21:14:41 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-18 21:14:41 +0200
commit383a36369f2d2b71a0c784bfc45e5d91737a4559 (patch)
tree8b9e99602b40263bf1dcc021b511ddcb84a7a1b7 /ucb/source/ucp
parent15b4ab8d1943f625b3648f72ebd1872467c5854c (diff)
Need <cppuhelper/queryinterface.hxx> now
Change-Id: Ib5683580273430a61e4daff84cd03b3b559fac0f
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r--ucb/source/ucp/webdav/SerfInputStream.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav/SerfInputStream.cxx b/ucb/source/ucp/webdav/SerfInputStream.cxx
index 5308363f5da7..2c8672ffc263 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;