--- lib/muo_convert.cc 2005-01-15 01:45:53 +0300 +++ lib/muo_convert.cc 2005-01-15 01:46:44 +0300 @@ -24,12 +24,16 @@ * \author karsten reincke */ +#include #include #include #include #include #include "muo_convert.h" +using namespace std; + + /* &&& (1) local preprocessor-defines &&&&&&&&&&&&&&&&&&&&&&& */ /* &&& (2) &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */ --- lib/muo_logging.cc.orig 2008-11-06 23:03:28 +0300 +++ lib/muo_logging.cc 2008-11-06 23:03:53 +0300 @@ -24,10 +24,11 @@ * \author karsten reincke */ -#include +#include #include #include "muo_logging.h" using namespace krmuo; +using namespace std; /* &&& (1) local preprocessor-defines &&&&&&&&&&&&&&&&&&&&&&& */ /* &&& (2) definitions of static global variables &&&&&&&&&&& */ --- lib/muo_convert_table.cc 2003-03-16 00:47:33 +0300 +++ lib/muo_convert_table.cc 2005-01-15 01:53:06 +0300 @@ -24,7 +24,7 @@ * \author karsten reincke */ -#include +#include #include #include #include "muo_convert_table.h" --- src/mrprjContent.cc.orig 2003-03-16 00:47:34 +0300 +++ src/mrprjContent.cc 2008-11-06 23:13:26 +0300 @@ -26,9 +26,13 @@ * \author karsten reincke */ -#include +#include +#include +#include #include "mrprjContent.h" +using namespace std; + /* &&& (1) local preprocessor-defines &&&&&&&&&&&&&&&&&&&&&&& */ /* &&& (2) &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */ @@ -3024,7 +3028,7 @@ void mrprj::TaskField::printTaskHtmlSurv printf("\n"); printf("\n"); printf("\n"); -}; +} /* :-: (9.B.1) private getters :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-: */ string mrprj::TaskField::getConnectProjectName()const