From 6f3c5892961d97b3991a6bb83b3df6ed7311cf6b Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 5 Dec 2005 16:13:34 +0000 Subject: [PATCH] *** empty log message *** --- src/utils/copyfile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/copyfile.cpp b/src/utils/copyfile.cpp index e34f9bf9..489996d3 100644 --- a/src/utils/copyfile.cpp +++ b/src/utils/copyfile.cpp @@ -1,10 +1,11 @@ #ifndef lint -static char rcsid[] = "@(#$Id: copyfile.cpp,v 1.1 2005-12-05 14:09:16 dockes Exp $ (C) 2005 J.F.Dockes"; +static char rcsid[] = "@(#$Id: copyfile.cpp,v 1.2 2005-12-05 16:13:34 dockes Exp $ (C) 2005 J.F.Dockes"; #endif #include #include #include +#include #include using std::string;