From: Chris Elliott Date: Wed, 2 Nov 2005 09:49:16 +0000 (+0000) Subject: add missing header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/63c02113dbfe8506b6e510fca1917a0bdb2d771b add missing header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/choicdgg.cpp b/src/generic/choicdgg.cpp index 62beddd961..7c6766967f 100644 --- a/src/generic/choicdgg.cpp +++ b/src/generic/choicdgg.cpp @@ -32,6 +32,7 @@ #include "wx/dialog.h" #include "wx/button.h" #include "wx/listbox.h" + #include "wx/checklst.h" #include "wx/stattext.h" #include "wx/intl.h" #include "wx/sizer.h"