From 78bcfcfcb645675e7097d4f0cca79ed9970ab12e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 30 Jul 2001 11:18:12 +0000 Subject: [PATCH] compilation fixes for wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/utilscmn.cpp | 1 + src/gtk/combobox.cpp | 2 ++ src/gtk/spinctrl.cpp | 2 ++ src/gtk1/combobox.cpp | 2 ++ src/gtk1/spinctrl.cpp | 2 ++ 5 files changed, 9 insertions(+) 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 -- 2.47.2