X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaWx.h;h=7b63c86b6192140728790bc58e03872c5b8bf0c2;hb=2f22ba400246a1a3841fd1ac1de6b461dc01a022;hp=eee7414a4a737dabcb0e9bc3b5372aa6b4236fce;hpb=757d5fcb925e1e64e5da7ccac647c9fcc18d2a64;p=crea.git diff --git a/src/creaWx.h b/src/creaWx.h index eee7414..7b63c86 100644 --- a/src/creaWx.h +++ b/src/creaWx.h @@ -60,13 +60,14 @@ typedef void wxWindow; #endif // defined(_WIN32) +#include namespace crea { //================================================================== /// Conversion std::string to wxString - inline wxString std2wx(const std::string& s){ + inline wxString std2wx(const std::string& s) { wxString wx; const char* my_string=s.c_str(); wxMBConvUTF8 *wxconv= new wxMBConvUTF8();