Added an include to tell the compiler where to find wxIsdigit

This commit is contained in:
Brian Henning 2019-03-14 12:17:02 -04:00 committed by jean-pierre charras
parent b1c5afd72f
commit 4e8f191f43
1 changed files with 1 additions and 0 deletions

View File

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