Browse Source

Added an include to tell the compiler where to find wxIsdigit

pull/13/head
Brian Henning 7 years ago
committed by Seth Hillbrand
parent
commit
2bd2cf6a6b
  1. 1
      eeschema/pin_number.cpp

1
eeschema/pin_number.cpp

@ -23,6 +23,7 @@
*/
#include "pin_number.h"
#include <wx/crt.h>
namespace {

Loading…
Cancel
Save