diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 9c505d0cc8..ab68a01e14 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