From 58d52df97c8e05af6cab5d15650b2cd6be652f7b Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 25 Sep 2023 15:19:27 +0200 Subject: [PATCH] Fix missing header on wxMSW --- pcbnew/widgets/appearance_controls.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/widgets/appearance_controls.cpp b/pcbnew/widgets/appearance_controls.cpp index 2c863f73db..146e271036 100644 --- a/pcbnew/widgets/appearance_controls.cpp +++ b/pcbnew/widgets/appearance_controls.cpp @@ -58,6 +58,7 @@ #include #include #include +#include // needed on wxMSW for OnSetFocus() NET_GRID_TABLE::NET_GRID_TABLE( PCB_BASE_FRAME* aFrame, wxColor aBackgroundColor ) :