From: Robert Roebling Date: Wed, 21 Jan 2009 13:59:35 +0000 (+0000) Subject: Compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0cdbed4cfa4ff6fec0c71c4aedba69b4e0d457c9 Compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/datavcmn.cpp b/src/common/datavcmn.cpp index 386f529720..6628437655 100644 --- a/src/common/datavcmn.cpp +++ b/src/common/datavcmn.cpp @@ -27,6 +27,7 @@ #endif #include "wx/spinctrl.h" +#include "wx/choice.h" #include "wx/imaglist.h" const char wxDataViewCtrlNameStr[] = "dataviewCtrl";