diff --git a/src/gtk/textentry.cpp b/src/gtk/textentry.cpp index 040dc0ef8d..f25d8f80fa 100644 --- a/src/gtk/textentry.cpp +++ b/src/gtk/textentry.cpp @@ -24,6 +24,8 @@ #endif #ifndef WX_PRECOMP + #include "wx/window.h" + #include "wx/textctrl.h" #endif //WX_PRECOMP #include "wx/textentry.h"