diff --git a/include/wx/help.h b/include/wx/help.h index 3e2ad36dea..98f7cee571 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -9,7 +9,7 @@ #define wxHelpController wxWinHelpController #define sm_classwxHelpController sm_classwxWinHelpController #else // !MSW - #include "wx/generic/helpbase.h" + #include "wx/helpbase.h" #endif // MSW/!MSW #endif