]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix for Universal
authorJulian Smart <julian@anthemion.co.uk>
Mon, 30 Oct 2006 22:58:28 +0000 (22:58 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 30 Oct 2006 22:58:28 +0000 (22:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/popupcmn.cpp

index d0a3534f37500fd1ee8ec719c5ede2de0bed9616..395374ad6619762ac16f29c95c664abe7bb4d165 100644 (file)
@@ -36,6 +36,9 @@
 
 #ifdef __WXUNIVERSAL__
     #include "wx/univ/renderer.h"
+#if wxUSE_SCROLLBAR
+    #include "wx/scrolbar.h"
+#endif
 #endif // __WXUNIVERSAL__
 
 #ifdef __WXGTK__