From: Vadim Zeitlin Date: Sat, 1 Jun 2002 11:48:26 +0000 (+0000) Subject: replaced quotes in #include with angle brackets X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ace954f1db1aa71cd477cb39e08b893f46aa7de0?ds=inline replaced quotes in #include with angle brackets git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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