From: Mattia Barbon Date: Sat, 14 Dec 2002 14:16:14 +0000 (+0000) Subject: Fixed missing reference to wxTreeCtrlnameStr when linking treectrl sample X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/196f463f62624a645e8f26bc13542899c27c07c8?ds=inline Fixed missing reference to wxTreeCtrlnameStr when linking treectrl sample by adding #include "wx/treectrl.h" to data.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/data.cpp b/src/msw/data.cpp index 214436ae31..9054924ba6 100644 --- a/src/msw/data.cpp +++ b/src/msw/data.cpp @@ -22,6 +22,7 @@ #ifndef WX_PRECOMP #include "wx/wx.h" +#include "wx/treectrl.h" #endif #include "wx/prntbase.h"