X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e9bafca0f56de34638d4c3fef8cf74fe9351193..f463afe347cce23a4ff565ecab990c2dfe61827a:/src/stc/stc.h.in diff --git a/src/stc/stc.h.in b/src/stc/stc.h.in index 9dd1d5dfbd..66686107c9 100644 --- a/src/stc/stc.h.in +++ b/src/stc/stc.h.in @@ -20,10 +20,15 @@ #ifndef __stc_h__ #define __stc_h__ +#include "wx/defs.h" -#include "wx/wx.h" +#if wxUSE_STC + +#include "wx/control.h" #include "wx/dnd.h" +#include "wx/stopwatch.h" +class WXDLLIMPEXP_CORE wxScrollBar; #ifdef WXMAKINGDLL_STC #define WXDLLIMPEXP_STC WXEXPORT @@ -539,4 +544,4 @@ inline const wxWX2MBbuf wx2stc(const wxString& str) { //---------------------------------------------------------------------- #endif - +#endif // wxUSE_STC