]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix
authorRobert Roebling <robert@roebling.de>
Wed, 21 Jan 2009 13:59:35 +0000 (13:59 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 21 Jan 2009 13:59:35 +0000 (13:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/datavcmn.cpp

index 386f52972023cfbdb47b606b05753673c6d23a46..662843765582647b38163666e9f931c19adf38e4 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 
 #include "wx/spinctrl.h"
+#include "wx/choice.h"
 #include "wx/imaglist.h"
 
 const char wxDataViewCtrlNameStr[] = "dataviewCtrl";