summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:05:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:05:18 +0000
commitb192e5c523a9ca9db89b5caeff6002c1ab2b193f (patch)
tree1a49cc43b162efa98be88e5de417bd1882d9b6aa /vos
parent71abc142eeb135a261f52b974d4d1627958e259d (diff)
INTEGRATION: CWS warnings01 (1.1.1.1.148); FILE MERGED
2005/09/23 00:12:45 sb 1.1.1.1.148.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/01 10:01:13 sb 1.1.1.1.148.1: #i53898# Made code warning-free.
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/istream.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/vos/inc/vos/istream.hxx b/vos/inc/vos/istream.hxx
index 150a3b40698b..ddeac15e8fd0 100644
--- a/vos/inc/vos/istream.hxx
+++ b/vos/inc/vos/istream.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: istream.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2006-06-02 12:36:39 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:05:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,10 @@
#ifndef _VOS_ISTREAM_HXX_
#define _VOS_ISTREAM_HXX_
+#ifndef _SAL_TYPES_H_
+#include "sal/types.h"
+#endif
+
#ifndef _VOS_TYPES_HXX_
# include <vos/types.hxx>
#endif