From ace954f1db1aa71cd477cb39e08b893f46aa7de0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 1 Jun 2002 11:48:26 +0000 Subject: [PATCH] replaced quotes in #include with angle brackets git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/listbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/listbox.h b/include/wx/msw/listbox.h index a6e9766278..0021cc304f 100644 --- a/include/wx/msw/listbox.h +++ b/include/wx/msw/listbox.h @@ -26,7 +26,7 @@ class WXDLLEXPORT wxOwnerDrawn; // define the array of list box items - #include + #include "wx/dynarray.h" WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray); #endif // wxUSE_OWNER_DRAWN