diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:14:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:14:22 +0000 |
commit | a992cfea462a14cc1bf71b3371b2aca621400620 (patch) | |
tree | f6b0397dff9cab1cd651d5d8e8ca6a60a867e963 /configmgr/source/inc | |
parent | 9e455754149ca61d0c16171691e1dcdd83bb0b32 (diff) |
INTEGRATION: CWS mh11rc (1.3.26); FILE MERGED
2003/06/06 10:08:13 mh 1.3.26.1: join: from beta2
Diffstat (limited to 'configmgr/source/inc')
-rw-r--r-- | configmgr/source/inc/treesegment.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configmgr/source/inc/treesegment.hxx b/configmgr/source/inc/treesegment.hxx index 787c98817806..b2c041805514 100644 --- a/configmgr/source/inc/treesegment.hxx +++ b/configmgr/source/inc/treesegment.hxx @@ -2,9 +2,9 @@ * * $RCSfile: treesegment.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-04-01 13:34:46 $ + * last change: $Author: vg $ $Date: 2003-06-12 10:14:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef CONFIGMGR_TREESEGMENT_HXX #define CONFIGMGR_TREESEGMENT_HXX +#ifndef _CONFIGMGR_TREE_VALUENODE_HXX +#include "valuenode.hxx" +#endif + #ifndef _RTL_REF_HXX_ #include <rtl/ref.hxx> #endif |