From 530f27090208c4b09a7790672246dda22fa92ab3 Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Fri, 18 Aug 2023 22:37:44 +0300 Subject: [PATCH] Add cstdint to io_mgr.h --- pcbnew/io_mgr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/io_mgr.h b/pcbnew/io_mgr.h index 8f17551a36..e6d2705858 100644 --- a/pcbnew/io_mgr.h +++ b/pcbnew/io_mgr.h @@ -25,6 +25,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ +#include #include #include #include