diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2002-11-12 14:28:06 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2002-11-12 14:28:06 +0000 |
commit | 0db43f130f8b4020dcf76fbcadd29322a505f1a3 (patch) | |
tree | 284f67e12095004f77102cdb3e1c9720a4e5cd1d /connectivity | |
parent | 48d8354f3a0bbfb9ce2b58b40ecd99d2b3622e1b (diff) |
#100000# - Changed includes to avoid compile problem on Windows.
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/ado/Awrapado.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/Awrapado.hxx b/connectivity/source/inc/ado/Awrapado.hxx index 31c6fffd5eac..22b1fef1a302 100644 --- a/connectivity/source/inc/ado/Awrapado.hxx +++ b/connectivity/source/inc/ado/Awrapado.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Awrapado.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: fs $ $Date: 2002-01-18 16:25:56 $ + * last change: $Author: kso $ $Date: 2002-11-12 15:28:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #ifndef _CONNECTIVITY_ADO_AWRAPADO_HXX_ #define _CONNECTIVITY_ADO_AWRAPADO_HXX_ +#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ +#include <com/sun/star/beans/PropertyAttribute.hpp> +#endif + // Includes fuer ADO #include <oledb.h> //#include <objbase.h> |