]> git.saurik.com Git - wxWidgets.git/commitdiff
Include the parent classes header to fix compilation of wxGTK core after these contro...
authorMart Raudsepp <leio@gentoo.org>
Tue, 6 Nov 2007 00:32:34 +0000 (00:32 +0000)
committerMart Raudsepp <leio@gentoo.org>
Tue, 6 Nov 2007 00:32:34 +0000 (00:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/clrpicker.h
include/wx/gtk/fontpicker.h

index 1ddbfe3b1818fb5e41879d067c75f26a7e1bb5a1..19212882775bd94c77256fe6e969766b345886c6 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_GTK_CLRPICKER_H_
 #define _WX_GTK_CLRPICKER_H_
 
+#include "wx/button.h"
+
 //-----------------------------------------------------------------------------
 // wxColourButton
 //-----------------------------------------------------------------------------
index 2bb9c8e1037328cba6e4ca0ec3981b9c0a01d8ef..80376e5de80cf4ec874dbd8db72e13bafa189ba5 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_GTK_FONTPICKER_H_
 #define _WX_GTK_FONTPICKER_H_
 
+#include "wx/button.h"
+
 //-----------------------------------------------------------------------------
 // wxFontButton
 //-----------------------------------------------------------------------------