X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d1f4bd99374545c3e9e974d03cb9c4560c9f2d..944b1f5e17a812c33fac433a5fabba088c4c4e79:/src/generic/grid.cpp diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index b953bf3f3a..8947c56632 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -3906,6 +3906,10 @@ wxGrid::~wxGrid() // be removed as well as the #else cases below. #define _USE_VISATTR 0 +#if _USE_VISATTR +#include "wx/listbox.h" +#endif + void wxGrid::Create() { m_created = FALSE; // set to TRUE by CreateGrid