From 4e8f191f43648ea7fb31f10c6c22cf643d0313c9 Mon Sep 17 00:00:00 2001 From: Brian Henning Date: Thu, 14 Mar 2019 12:17:02 -0400 Subject: [PATCH] Added an include to tell the compiler where to find wxIsdigit --- eeschema/pin_number.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/pin_number.cpp b/eeschema/pin_number.cpp index 440fe7c3cc..85b8dfeb79 100644 --- a/eeschema/pin_number.cpp +++ b/eeschema/pin_number.cpp @@ -23,6 +23,7 @@ */ #include "pin_number.h" +#include namespace {