diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:46:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:46:04 +0000 |
commit | b42cc103c0bfbf58ccc56feef1f270990cb9f440 (patch) | |
tree | 6016a0a71a841b07ad9d69912c1079d05c05d2c2 /linguistic/source | |
parent | 00d5aa1ee2342fa42d417928e85624062a8d0d0f (diff) |
INTEGRATION: CWS cppuhelpshrink (1.13.56); FILE MERGED
2007/01/24 09:52:11 sb 1.13.56.1: #i72766# Missing include.
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/lngopt.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 95aeb3a2ed59..45e8d052a67a 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -4,9 +4,9 @@ * * $RCSfile: lngopt.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-01-19 17:37:10 $ + * last change: $Author: rt $ $Date: 2007-01-29 15:46:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,8 @@ #ifndef _LINGUISTIC_LNGOPT_HHX_ #define _LINGUISTIC_LNGOPT_HHX_ +#include <functional> + #include <uno/lbnames.h> // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type #include <cppuhelper/implbase5.hxx> // helper for implementations |