diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 16:19:44 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 22:15:57 +0200 |
commit | 4eed899c596fdcb777ccb0a59c72718c6b2c295d (patch) | |
tree | 2e1b2d892327803bd7113d9c379472b82d709b80 | |
parent | 61679f9b7afa2f585d47bf08a3317ddc02f2fbca (diff) |
tubes: forgot to include these headers
Change-Id: I8d91e9c42476efc4b0182899343e40eea2df13c6
-rw-r--r-- | sc/source/ui/collab/contacts.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/collab/contacts.cxx b/sc/source/ui/collab/contacts.cxx index 8529b3d7a004..72c29a01ccc5 100644 --- a/sc/source/ui/collab/contacts.cxx +++ b/sc/source/ui/collab/contacts.cxx @@ -34,6 +34,8 @@ #include "docsh.hxx" #include "scresid.hxx" #include <svtools/filter.hxx> +#include <tubes/conference.hxx> +#include <tubes/contact-list.hxx> #include <tubes/manager.hxx> #include <vcl/fixed.hxx> #include <vcl/dialog.hxx> |