]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 29 Feb 2004 15:21:11 +0000 (15:21 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 29 Feb 2004 15:21:11 +0000 (15:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/caret/caret.cpp
samples/dialogs/dialogs.cpp
samples/exec/exec.cpp
samples/htlbox/htlbox.cpp
samples/rotate/rotate.cpp
samples/sound/sound.cpp
samples/statbar/statbar.cpp
samples/thread/thread.cpp
samples/treectrl/treetest.cpp

index 4fbef96b2acabe7d64c0a2708379825270fdead3..9180908c65682abed5cfecd5253cf222809bf06a 100644 (file)
 // need because it includes almost all <standard< wxWindows headers
 #ifndef WX_PRECOMP
     #include "wx/wx.h"
-
     #include "wx/log.h"
 #endif
 
 #include "wx/caret.h"
+#include "wx/numdlg.h"
 
 // ----------------------------------------------------------------------------
 // ressources
index 2441a6090455f2228a76d80142c5763a25fbb535..d1bb2254d6991370d009f695f23e64ce91ed42d3 100644 (file)
@@ -29,6 +29,7 @@
 #include "wx/msw/wince/time.h"
 #endif
 
+#include "wx/numdlg.h"
 #include "wx/colordlg.h"
 #include "wx/filedlg.h"
 #include "wx/dirdlg.h"
index 83d55134ea9207318fbc837905cb4b26587a2983..88781224152d92d93e016fd85d2471f721a5c372 100644 (file)
@@ -55,6 +55,7 @@
 #endif
 
 #include "wx/txtstrm.h"
+#include "wx/numdlg.h"
 
 #include "wx/process.h"
 
index 97a8815af9baf32d914badcc2858c558b99a031c..2e3b116dc1bf208b93f6e05c9880e0992208ee32 100644 (file)
@@ -40,6 +40,7 @@
 #endif
 
 #include "wx/colordlg.h"
+#include "wx/numdlg.h"
 
 #include "wx/htmllbox.h"
 
index 87b9a079602244a964f4813e6bd786a65aa4d3a4..3a11213e83661f184d14e0668882f8ec5f3f77de 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/image.h"
+#include "wx/numdlg.h"
 
 /* GRG: This is not ANSI standard, define M_PI explicitly
 #include <math.h>       // M_PI
index fd472471e4c72487d15bb83e3b2a478ac8aee4c3..32dd7b640606731bcb2b2c19b440219ab4753571 100644 (file)
     #include "wx/frame.h"
     #include "wx/menu.h"
     #include "wx/msgdlg.h"
+    #include "wx/icon.h"
 #endif
 
 #include "wx/sound.h"
+#include "wx/numdlg.h"
 
 // ----------------------------------------------------------------------------
 // resources
index 39d0319645833c526ada362e087646b3cdd6a1b0..35ce571e4b36c2afabe4b4b63d6d313d4a08abb2 100644 (file)
@@ -47,6 +47,7 @@
 #endif
 
 #include "wx/datetime.h"
+#include "wx/numdlg.h"
 
 // define this for the platforms which don't support wxBitmapButton (such as
 // Motif), else a wxBitmapButton will be used
index e4e71d0928185c021cd730e9be21f60b9c9bfb57..61006e25a4ef21ba654a49fd12ff49210ea37a66 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "wx/thread.h"
 #include "wx/dynarray.h"
+#include "wx/numdlg.h"
 
 #include "wx/progdlg.h"
 
index 53c0c887bc0e02e4f2d1d715a57ad781b066fc3b..4d60c4be87dcfa7f4da5ec77fb004db66ca8ec7a 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 
 #include "wx/colordlg.h"
+#include "wx/numdlg.h"
 
 #include "wx/image.h"
 #include "wx/imaglist.h"