X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..63ec10fdcc402bf07f7a8c0dfb326feb60249038:/include/stg_message.h diff --git a/include/stg_message.h b/include/stg_message.h index 156e1731..558100dd 100644 --- a/include/stg_message.h +++ b/include/stg_message.h @@ -10,10 +10,11 @@ $Date: 2010/03/04 11:49:52 $ */ -#include +#include #include -using namespace std; +#include "os_int.h" + //----------------------------------------------------------------------------- struct STG_MSG_HDR { @@ -40,15 +41,11 @@ unsigned repeatPeriod; //----------------------------------------------------------------------------- struct STG_MSG { -STG_MSG() - : header(), - text() -{}; +STG_MSG() {}; STG_MSG_HDR header; -string text; +std::string text; }; //----------------------------------------------------------------------------- #endif -