diff options
Diffstat (limited to 'include/comphelper/propmultiplex.hxx')
-rw-r--r-- | include/comphelper/propmultiplex.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/comphelper/propmultiplex.hxx b/include/comphelper/propmultiplex.hxx index d9eb59115b1b..baa5103d5bd8 100644 --- a/include/comphelper/propmultiplex.hxx +++ b/include/comphelper/propmultiplex.hxx @@ -20,11 +20,15 @@ #ifndef INCLUDED_COMPHELPER_PROPMULTIPLEX_HXX #define INCLUDED_COMPHELPER_PROPMULTIPLEX_HXX -#include <comphelper/propstate.hxx> +#include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <cppuhelper/implbase.hxx> #include <comphelper/comphelperdllapi.h> #include <rtl/ref.hxx> +#include <vector> +namespace com { namespace sun { namespace star { namespace beans { + class XPropertySet; +} } } } //= property helper classes |