diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-18 07:51:34 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-18 07:51:34 +0000 |
commit | 370c89378b42d968967dfb4f9a63929de71ba881 (patch) | |
tree | 2f8a3ce0a992c6977588194acdca2083a565ccb4 /connectivity/source/drivers/dbase/DIndexColumns.cxx | |
parent | 42b04415ff98819aaf195ad80e9da8cee1c6d9d0 (diff) |
#86528# size changes
Diffstat (limited to 'connectivity/source/drivers/dbase/DIndexColumns.cxx')
-rw-r--r-- | connectivity/source/drivers/dbase/DIndexColumns.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/DIndexColumns.cxx b/connectivity/source/drivers/dbase/DIndexColumns.cxx index a2b60fa84ada..aa8028ee359f 100644 --- a/connectivity/source/drivers/dbase/DIndexColumns.cxx +++ b/connectivity/source/drivers/dbase/DIndexColumns.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DIndexColumns.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2001-05-14 11:37:37 $ + * last change: $Author: oj $ $Date: 2001-05-18 08:48:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,11 @@ #ifndef _CONNECTIVITY_SDBCX_INDEXCOLUMN_HXX_ #include "connectivity/sdbcx/VIndexColumn.hxx" #endif +#ifndef _COMPHELPER_TYPES_HXX_ +#include <comphelper/types.hxx> +#endif + +using namespace ::comphelper; using namespace connectivity::dbase; using namespace connectivity; |