From 59afc60f15de66fa617275eb1ce04b6b68bde1fd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 22 Aug 2005 16:00:16 +0000 Subject: [PATCH] use quotes, not angle brackets, for wx headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/clntdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/clntdata.h b/include/wx/clntdata.h index 3ff6030b50..b2b8cfa1b6 100644 --- a/include/wx/clntdata.h +++ b/include/wx/clntdata.h @@ -170,7 +170,7 @@ protected: // compiled to make wxMotif and wxGTK base libraries compatible #if defined(__WXMOTIF__) || wxABI_VERSION >= 20602 -#include +#include "wx/vector.h" struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair { -- 2.45.2