From: Robert Roebling Date: Fri, 23 May 2008 11:03:55 +0000 (+0000) Subject: Move event generation in multiple selection mode to common code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22892deac99166c7a125b2f866d436fdf76703c0 Move event generation in multiple selection mode to common code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/lboxcmn.cpp b/src/common/lboxcmn.cpp index 27def6167d..dfd4b69564 100644 --- a/src/common/lboxcmn.cpp +++ b/src/common/lboxcmn.cpp @@ -33,6 +33,8 @@ #include "wx/arrstr.h" #endif +#include "wx/log.h" + // ============================================================================ // implementation // ============================================================================