From: Mattia Barbon Date: Sun, 29 Feb 2004 15:21:11 +0000 (+0000) Subject: Compilation fixes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4f3eb42f2cad4f69b2543c1d6985d9c028f9dc0 Compilation fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/caret/caret.cpp b/samples/caret/caret.cpp index 4fbef96b2a..9180908c65 100644 --- a/samples/caret/caret.cpp +++ b/samples/caret/caret.cpp @@ -20,11 +20,11 @@ // need because it includes almost all // M_PI diff --git a/samples/sound/sound.cpp b/samples/sound/sound.cpp index fd472471e4..32dd7b6406 100644 --- a/samples/sound/sound.cpp +++ b/samples/sound/sound.cpp @@ -22,9 +22,11 @@ #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 diff --git a/samples/statbar/statbar.cpp b/samples/statbar/statbar.cpp index 39d0319645..35ce571e4b 100644 --- a/samples/statbar/statbar.cpp +++ b/samples/statbar/statbar.cpp @@ -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 diff --git a/samples/thread/thread.cpp b/samples/thread/thread.cpp index e4e71d0928..61006e25a4 100644 --- a/samples/thread/thread.cpp +++ b/samples/thread/thread.cpp @@ -26,6 +26,7 @@ #include "wx/thread.h" #include "wx/dynarray.h" +#include "wx/numdlg.h" #include "wx/progdlg.h" diff --git a/samples/treectrl/treetest.cpp b/samples/treectrl/treetest.cpp index 53c0c887bc..4d60c4be87 100644 --- a/samples/treectrl/treetest.cpp +++ b/samples/treectrl/treetest.cpp @@ -27,6 +27,7 @@ #endif #include "wx/colordlg.h" +#include "wx/numdlg.h" #include "wx/image.h" #include "wx/imaglist.h"