diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:31:19 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:31:19 +0000 |
commit | 0c7de5cb8e0d5a2e61dbdc64402c1f6febc12dbb (patch) | |
tree | 7a1bd56ad94c77453fb6aa6ddd18cb150fc552e5 /io/test/stm | |
parent | bd6372e636a1edf13f6c433de4c5c4b5045a5e4d (diff) |
#include <osl/time.h> added
Diffstat (limited to 'io/test/stm')
-rw-r--r-- | io/test/stm/pumptest.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index ac4fa20ec4fc..13d34a56a9f9 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pumptest.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: armin $ $Date: 2001-03-08 09:27:01 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:31:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,6 +60,10 @@ ************************************************************************/ #include <stdio.h> +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif + #include <osl/diagnose.h> #include <com/sun/star/test/XSimpleTest.hpp> |