Include <sfx2/sidebar/Tools.hxx> for A2S

It is included in the precompiled svx header, so have to include it
explicitly too for A2S to be visible in the non-pch case.

Change-Id: Ic90272699979001645b42eebba9bb27dce2b7022
This commit is contained in:
Tor Lillqvist 2013-09-05 21:58:31 +03:00
parent 43e7617ffc
commit 8ce9544cab

View file

@ -30,6 +30,7 @@
#include "debug/NotYetImplementedPanel.hxx"
#include "EmptyPanel.hxx"
#include <sfx2/sidebar/SidebarPanelBase.hxx>
#include <sfx2/sidebar/Tools.hxx>
#include <sfx2/sfxbasecontroller.hxx>
#include <sfx2/templdlg.hxx>
#include <toolkit/helper/vclunohelper.hxx>