summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 07:37:50 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 07:37:50 +0000
commit487157ba7de9facf99ad649788968483b1322379 (patch)
tree1e1020c3105c714f7079efc159cfd92b60e5de15 /extensions
parent2c1e76582da10b8dfe04775a872ef2172bdf99eb (diff)
INTEGRATION: CWS visibility03 (1.3.172); FILE MERGED
2005/03/07 19:06:59 mhu 1.3.172.1: #i40092# Added missing include.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/dbptypes.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/dbptypes.hxx b/extensions/source/dbpilots/dbptypes.hxx
index c15e705da9e8..2df33625397a 100644
--- a/extensions/source/dbpilots/dbptypes.hxx
+++ b/extensions/source/dbpilots/dbptypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbptypes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 13:40:36 $
+ * last change: $Author: obo $ $Date: 2005-04-13 08:37:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include <comphelper/stl_types.hxx>
#endif
+#ifndef _STRING_HXX
+#include <tools/string.hxx>
+#endif
+
//.........................................................................
namespace dbp
{