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
This commit is contained in:
parent
229f627030
commit
59afc60f15
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ protected:
|
|||
// compiled to make wxMotif and wxGTK base libraries compatible
|
||||
#if defined(__WXMOTIF__) || wxABI_VERSION >= 20602
|
||||
|
||||
#include <wx/vector.h>
|
||||
#include "wx/vector.h"
|
||||
|
||||
struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue