diff --git a/utils/helpview/src/helpview.cpp b/utils/helpview/src/helpview.cpp index 0b4aaff796..a3ab521e75 100644 --- a/utils/helpview/src/helpview.cpp +++ b/utils/helpview/src/helpview.cpp @@ -34,6 +34,8 @@ #include "wx/artprov.h" #include "wx/filedlg.h" +#include "helpview.h" + class AlternateArtProvider : public wxArtProvider { protected: diff --git a/utils/helpview/src/helpview.h b/utils/helpview/src/helpview.h index 72651faf1d..58040393a3 100644 --- a/utils/helpview/src/helpview.h +++ b/utils/helpview/src/helpview.h @@ -12,7 +12,9 @@ #ifndef _WX_HELPVIEW_H_ #define _WX_HELPVIEW_H_ +#ifdef __GNUG__ #pragma interface "help.cpp" +#endif // Define a new application type, each program should derive a class from wxApp class hvApp : public wxApp