From: guigues Date: Mon, 10 Nov 2008 11:21:27 +0000 (+0000) Subject: Include missing for MacOSX X-Git-Tag: v0.2.0~27 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d3ff778d0db8676e8bfbb665ec4f4658d59423a3;p=crea.git Include missing for MacOSX --- 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();