diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-04-11 07:48:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-04-11 07:48:45 +0000 |
commit | bf8b62620504c60f2a50821a3887e6e55b84e06b (patch) | |
tree | ee10d5d0921594476ea480a22d6f294ee0e9036a /goodies/source | |
parent | 173c01f195710f7c755bf4b20a2cbd210d88960c (diff) |
#i64248# include datetime (thanks to pjanik).
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/inv/invader1.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/inv/invader1.cxx b/goodies/source/inv/invader1.cxx index 8a370106b05f..827e709a95fb 100644 --- a/goodies/source/inv/invader1.cxx +++ b/goodies/source/inv/invader1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: invader1.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:07:13 $ + * last change: $Author: rt $ $Date: 2006-04-11 08:48:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,9 @@ #ifndef _SV_MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif +#ifndef _DATETIME_HXX +#include <tools/datetime.hxx> +#endif #include "invader.hxx" #include "monst.hxx" |