From 1aa0ef05c06dca6b9229b8bb910a0b57fcab146b Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 30 Mar 2023 08:49:36 +0200 Subject: [PATCH] Fix missing include. --- eeschema/sch_base_frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/sch_base_frame.cpp b/eeschema/sch_base_frame.cpp index 51d414433b..e166ef619f 100644 --- a/eeschema/sch_base_frame.cpp +++ b/eeschema/sch_base_frame.cpp @@ -45,6 +45,7 @@ #include #include #include +#include #if defined( KICAD_USE_3DCONNEXION ) #include