From 196f463f62624a645e8f26bc13542899c27c07c8 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/trunk@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 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" -- 2.50.0