diff options
Diffstat (limited to 'include/cppuhelper/implbase2.hxx')
-rw-r--r-- | include/cppuhelper/implbase2.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cppuhelper/implbase2.hxx b/include/cppuhelper/implbase2.hxx index ff1daf927375..bdf8568db51a 100644 --- a/include/cppuhelper/implbase2.hxx +++ b/include/cppuhelper/implbase2.hxx @@ -21,6 +21,9 @@ #include "cppuhelper/implbase_ex.hxx" #include "rtl/instance.hxx" +#include "cppuhelper/weak.hxx" +#include "cppuhelper/weakagg.hxx" +#include "com/sun/star/lang/XTypeProvider.hpp" namespace cppu { |