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
@ -170,7 +170,7 @@ protected:
|
|||||||
// compiled to make wxMotif and wxGTK base libraries compatible
|
// compiled to make wxMotif and wxGTK base libraries compatible
|
||||||
#if defined(__WXMOTIF__) || wxABI_VERSION >= 20602
|
#if defined(__WXMOTIF__) || wxABI_VERSION >= 20602
|
||||||
|
|
||||||
#include <wx/vector.h>
|
#include "wx/vector.h"
|
||||||
|
|
||||||
struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair
|
struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user