From d3ff778d0db8676e8bfbb665ec4f4658d59423a3 Mon Sep 17 00:00:00 2001 From: guigues Date: Mon, 10 Nov 2008 11:21:27 +0000 Subject: [PATCH] Include missing for MacOSX --- src/creaWx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.45.1