diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:15:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:15:59 +0000 |
commit | 065c11863553be6963270fac53852169cde89470 (patch) | |
tree | 265a567ec4f48280d549a04139f31b8fa0e29676 /cppu/inc/com | |
parent | 979d20a7cd6db9493bb61bb0cc194c2102671504 (diff) |
INTEGRATION: CWS sb10 (1.9.86); FILE MERGED
2003/12/19 14:06:09 sb 1.9.86.1: #114000# Added missing include.
Diffstat (limited to 'cppu/inc/com')
-rw-r--r-- | cppu/inc/com/sun/star/uno/genfunc.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/inc/com/sun/star/uno/genfunc.h b/cppu/inc/com/sun/star/uno/genfunc.h index 8a320b40225f..3784f2c82919 100644 --- a/cppu/inc/com/sun/star/uno/genfunc.h +++ b/cppu/inc/com/sun/star/uno/genfunc.h @@ -2,9 +2,9 @@ * * $RCSfile: genfunc.h,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: dbo $ $Date: 2001-11-09 09:14:30 $ + * last change: $Author: hr $ $Date: 2004-02-03 12:15:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #ifndef _COM_SUN_STAR_UNO_GENFUNC_H_ #define _COM_SUN_STAR_UNO_GENFUNC_H_ +#ifndef _SAL_TYPES_H_ +#include "sal/types.h" +#endif + typedef struct _typelib_TypeDescriptionReference typelib_TypeDescriptionReference; namespace com |