diff options
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file.cxx b/shell/source/unix/sysshell/recently_used_file.cxx index b63c7036e15e..38d7675a67fe 100644 --- a/shell/source/unix/sysshell/recently_used_file.cxx +++ b/shell/source/unix/sysshell/recently_used_file.cxx @@ -4,9 +4,9 @@ * * $RCSfile: recently_used_file.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-03-22 09:39:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:42:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_shell.hxx" + #ifndef INCLUDED_RECENTLY_USED_FILE #include "recently_used_file.hxx" #endif |