From 0e4edc4f5f0d996a4fe9f77cfa7071bcf4e95475 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 20 Nov 2021 15:26:38 +0100 Subject: [PATCH] fixing include type #0cd8989 was using angle includes --- src/xrc/xh_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrc/xh_menu.cpp b/src/xrc/xh_menu.cpp index 14ff78317b..5d769e9b66 100644 --- a/src/xrc/xh_menu.cpp +++ b/src/xrc/xh_menu.cpp @@ -10,7 +10,7 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include +#include "wx/xml/xml.h" #if wxUSE_XRC && wxUSE_MENUS