From e4f3eb42f2cad4f69b2543c1d6985d9c028f9dc0 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 29 Feb 2004 15:21:11 +0000 Subject: [PATCH] Compilation fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/caret/caret.cpp | 2 +- samples/dialogs/dialogs.cpp | 1 + samples/exec/exec.cpp | 1 + samples/htlbox/htlbox.cpp | 1 + samples/rotate/rotate.cpp | 1 + samples/sound/sound.cpp | 2 ++ samples/statbar/statbar.cpp | 1 + samples/thread/thread.cpp | 1 + samples/treectrl/treetest.cpp | 1 + 9 files changed, 10 insertions(+), 1 deletion(-) 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" -- 2.45.2