diff options
author | Andreas Schlüns <as@openoffice.org> | 2000-12-01 05:58:51 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2000-12-01 05:58:51 +0000 |
commit | 830432421309772b27489feaf4ad0b910f8f6bc7 (patch) | |
tree | e31134845caf0ef9c90e21cc20d382ecf8b732ad | |
parent | 79853a79470ae90ac60379244de9c545c832b8b8 (diff) |
include types.h
-rw-r--r-- | framework/inc/classes/checkediterator.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx index 71c7cb266191..62a490a1b27b 100644 --- a/framework/inc/classes/checkediterator.hxx +++ b/framework/inc/classes/checkediterator.hxx @@ -2,9 +2,9 @@ * * $RCSfile: checkediterator.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: as $ $Date: 2000-11-30 11:07:51 $ + * last change: $Author: as $ $Date: 2000-12-01 06:58:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,10 @@ // other includes //_________________________________________________________________________________________________________________ +#ifndef _SAL_TYPES_H_ +#include <sal/types.h> +#endif + #ifndef __SGI_STL_ITERATOR #include <stl/iterator> #endif |