X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cd5241886684c67c1e1fde119a5a3e4c4e7583c..6b6267d320a02bfa4baef63916824ed4f5caf9ab:/src/common/strconv.cpp diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 9c505d0cc8..baed36b001 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -28,6 +28,10 @@ #pragma hdrstop #endif +#ifdef __WXMSW__ + #include "wx/msw/private.h" +#endif + #include #include #include @@ -44,6 +48,10 @@ #include #endif +#ifdef __WXMSW__ + #include +#endif + #include "wx/debug.h" #include "wx/strconv.h"