From 4c784823a6554dd2f221cc8ebd2ee2b8e2ba249b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 3 Sep 2007 03:13:49 +0000 Subject: [PATCH] include private.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/stc.cpp.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index 592e6da131..b20db627fa 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -25,6 +25,7 @@ #if wxUSE_STC #include "wx/stc/stc.h" +#include "wx/stc/private.h" #ifndef WX_PRECOMP #include "wx/wx.h" -- 2.45.2