diff options
-rw-r--r-- | tools/bootstrp/inimgr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/bootstrp/inimgr.cxx b/tools/bootstrp/inimgr.cxx index 24cb997db1c6..3d0732b421e6 100644 --- a/tools/bootstrp/inimgr.cxx +++ b/tools/bootstrp/inimgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inimgr.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:20:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:48:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_tools.hxx" #if !defined( UNX ) #include <direct.h> #else |