From: Julian Smart Date: Mon, 30 Oct 2006 22:58:28 +0000 (+0000) Subject: Compile fix for Universal X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76fa9e023cdc89c86f9d69c48410c29a69e49827 Compile fix for Universal git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index d0a3534f37..395374ad66 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -36,6 +36,9 @@ #ifdef __WXUNIVERSAL__ #include "wx/univ/renderer.h" +#if wxUSE_SCROLLBAR + #include "wx/scrolbar.h" +#endif #endif // __WXUNIVERSAL__ #ifdef __WXGTK__