From 15b4ab8d1943f625b3648f72ebd1872467c5854c Mon Sep 17 00:00:00 2001
From: Michael Stahl <mstahl@redhat.com>
Date: Tue, 18 Nov 2014 00:06:30 +0100
Subject: cppuhelper: clean up public headers with include-what-you-use

Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
---
 sfx2/source/dialog/backingcomp.cxx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sfx2')

diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index 39845cad2fc1..db35553fd432 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -42,6 +42,7 @@
 #include <com/sun/star/lang/XComponent.hpp>
 
 #include <cppuhelper/supportsservice.hxx>
+#include <cppuhelper/queryinterface.hxx>
 #include <cppuhelper/typeprovider.hxx>
 #include <toolkit/helper/vclunohelper.hxx>
 #include <vcl/keycod.hxx>
-- 
cgit