diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-20 22:11:32 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-20 22:47:23 -0500 |
commit | 3b3348b262eb34e15b666ba38a41fe9076942941 (patch) | |
tree | 50f4f2114e5b902fbfc8c2054cfab84cfb3c53ce /sfx2/source/inc/splitwin.hxx | |
parent | 5314ece79ef8abd7d48b9e030d0a73ffac782da1 (diff) |
Remove ptr_vector header exposure from sfx2/childwin.hxx public header.
Change-Id: I4060c8987a0da387d02f8468229854612a230db3
Diffstat (limited to 'sfx2/source/inc/splitwin.hxx')
-rw-r--r-- | sfx2/source/inc/splitwin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/inc/splitwin.hxx b/sfx2/source/inc/splitwin.hxx index 05bbd61138a4..9e7efb2f1e39 100644 --- a/sfx2/source/inc/splitwin.hxx +++ b/sfx2/source/inc/splitwin.hxx @@ -22,6 +22,8 @@ #include <vcl/splitwin.hxx> #include <sfx2/childwin.hxx> +#include <boost/ptr_container/ptr_vector.hpp> + class SfxWorkWindow; class SfxDockingWindow; class SfxEmptySplitWin_Impl; |