From: Julian Smart Date: Sat, 7 Aug 2004 14:26:05 +0000 (+0000) Subject: Need to include scrolwin.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dedb0f6db51e03c9f2b1a30090fcf504b88b2cca Need to include scrolwin.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index 89bcabf656..d0eb532d86 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -24,6 +24,7 @@ #include "wx/layout.h" #include "wx/dialog.h" #include "wx/scrolbar.h" +#include "wx/scrolwin.h" #include "wx/statbox.h" #include "wx/button.h" #include "wx/settings.h"