From 74fbdb9e3b2b40f1222bfc616e1521dbc8b660e7 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 14 Dec 2002 14:16:14 +0000 Subject: [PATCH] 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/branches/WX_2_4_BRANCH@18228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/data.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/data.cpp b/src/msw/data.cpp index edb0f00571..a392cd6f53 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"