summaryrefslogtreecommitdiff
path: root/linguistic/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-21 15:46:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-21 15:46:51 +0000
commit4996aa8570a7bb39d8f91675cbe90cb9d9beb89a (patch)
tree1a763349042a3acfe103f6cd2ea4e5d03b1f06ae /linguistic/inc
parent1f18924888ffce70272a5d95820be6f49ed2842c (diff)
#i10000#: add missing include <vector>
Diffstat (limited to 'linguistic/inc')
-rw-r--r--linguistic/inc/spelldta.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/linguistic/inc/spelldta.hxx b/linguistic/inc/spelldta.hxx
index 29a61a03f789..affd93173d33 100644
--- a/linguistic/inc/spelldta.hxx
+++ b/linguistic/inc/spelldta.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: spelldta.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 16:13:40 $
+ * last change: $Author: hr $ $Date: 2004-06-21 16:46:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,7 @@
#ifndef _LINGUISTIC_SPELLDTA_HXX_
#define _LINGUISTIC_SPELLDTA_HXX_
+#include <vector>
#ifndef _COM_SUN_STAR_LINGUISTIC2_XSPELLALTERNATIVES_HPP_
#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>