fixing include type

#0cd8989 was using angle includes
This commit is contained in:
Stefan Csomor 2021-11-20 15:26:38 +01:00
parent 7fef360b0d
commit 0e4edc4f5f

View File

@ -10,7 +10,7 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include <wx/xml/xml.h> #include "wx/xml/xml.h"
#if wxUSE_XRC && wxUSE_MENUS #if wxUSE_XRC && wxUSE_MENUS