diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 2ca933042f..40e4147114 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -27,6 +27,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/intl.h" + #include "wx/list.h" #if wxUSE_LOG #include "wx/log.h" #endif // wxUSE_LOG