From: Vadim Zeitlin Date: Mon, 30 Jul 2001 11:18:12 +0000 (+0000) Subject: compilation fixes for wxGTK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/78bcfcfcb645675e7097d4f0cca79ed9970ab12e?ds=sidebyside compilation fixes for wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 348cea4272..f9f3116ca3 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -41,6 +41,7 @@ #include "wx/menu.h" #include "wx/msgdlg.h" #include "wx/textdlg.h" + #include "wx/textctrl.h" // for wxTE_PASSWORD #if wxUSE_ACCEL #include "wx/menuitem.h" #include "wx/accel.h" diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 023caa971e..492a1d6a02 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -18,6 +18,8 @@ #include "wx/settings.h" #include "wx/intl.h" +#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED + #include #include diff --git a/src/gtk/spinctrl.cpp b/src/gtk/spinctrl.cpp index f4458a7584..0b9e68f89e 100644 --- a/src/gtk/spinctrl.cpp +++ b/src/gtk/spinctrl.cpp @@ -18,6 +18,8 @@ #include "wx/utils.h" +#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED + #include #include diff --git a/src/gtk1/combobox.cpp b/src/gtk1/combobox.cpp index 023caa971e..492a1d6a02 100644 --- a/src/gtk1/combobox.cpp +++ b/src/gtk1/combobox.cpp @@ -18,6 +18,8 @@ #include "wx/settings.h" #include "wx/intl.h" +#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED + #include #include diff --git a/src/gtk1/spinctrl.cpp b/src/gtk1/spinctrl.cpp index f4458a7584..0b9e68f89e 100644 --- a/src/gtk1/spinctrl.cpp +++ b/src/gtk1/spinctrl.cpp @@ -18,6 +18,8 @@ #include "wx/utils.h" +#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED + #include #include