diff options
Diffstat (limited to 'include/comphelper/basicio.hxx')
-rw-r--r-- | include/comphelper/basicio.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/comphelper/basicio.hxx b/include/comphelper/basicio.hxx index de444e0c12a1..cd54f37a569b 100644 --- a/include/comphelper/basicio.hxx +++ b/include/comphelper/basicio.hxx @@ -20,10 +20,11 @@ #ifndef INCLUDED_COMPHELPER_BASICIO_HXX #define INCLUDED_COMPHELPER_BASICIO_HXX -#include <com/sun/star/io/XPersistObject.hpp> -#include <com/sun/star/awt/FontDescriptor.hpp> +#include <com/sun/star/io/XObjectOutputStream.hpp> +#include <com/sun/star/io/XObjectInputStream.hpp> #include <comphelper/comphelperdllapi.h> +namespace com { namespace sun { namespace star { namespace awt { struct FontDescriptor; } } } } namespace comphelper { |