]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing header.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 23 Mar 2003 15:12:41 +0000 (15:12 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 23 Mar 2003 15:12:41 +0000 (15:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/widgets/combobox.cpp
samples/widgets/gauge.cpp
samples/widgets/listbox.cpp
samples/widgets/radiobox.cpp
samples/widgets/slider.cpp
samples/widgets/spinbtn.cpp
samples/widgets/static.cpp
samples/widgets/textctrl.cpp

index 42883f7e31445d08851ec8f9d5eff1305efe0cca..d41699167e9d7d2e2698d7a8f7521899d1c7738b 100644 (file)
@@ -30,6 +30,7 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/combobox.h"
index 267809895576d7dcf01ae1d471285119a9eddd3e..8c45ffa26c997a02144b047fd600ea094af0042e 100644 (file)
@@ -29,6 +29,7 @@
     #include "wx/log.h"
     #include "wx/timer.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/combobox.h"
index 9b074e4c912ffe2bdbed1d6025af00d6da8c15fc..33d578c86c1f6dd82cb52d0b72ddb70e17524729 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/combobox.h"
index 962529b808ddd083ac0b4d14db25892b5c3cd0f8..ef45264175c200f32df9947a0d382d108fd31250 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/radiobox.h"
index e2c586cbc428c16d704f4a23c42ab65aa945132f..6cd722210863cba33bb30fe357daa3770d4245cc 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/radiobox.h"
index 801ef7417dbd90be5c3d7c5846be9dca756e287e..aadc2ffd3058d6ca71df1c5c6cf18007ce378c4f 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/radiobox.h"
index d0fff0c860eb05136f8ef9fb257714f2de554f05..98b8d5803dd6045de2b0ccfeb6702ec864511350 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/radiobox.h"
index 0832b9a65d5084509797e5124f0f788542e20810..6c52e648257e1e81839cb860565b47ac6cbfebad 100644 (file)
@@ -29,6 +29,7 @@
     #include "wx/log.h"
     #include "wx/timer.h"
 
+    #include "wx/bitmap.h"
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/radiobox.h"