From 65bdaff133403b3817c60b0d8154d2721207e191 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 21 Aug 2020 20:54:36 +0100 Subject: [PATCH] Add include for GCC. --- eeschema/pin_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/pin_type.h b/eeschema/pin_type.h index c1e5b277c2..dda362c4c7 100644 --- a/eeschema/pin_type.h +++ b/eeschema/pin_type.h @@ -26,6 +26,7 @@ #include #include +#include /** * The component library pin object electrical types used in ERC tests.