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 Seth Hillbrand
parent aef0221d3b
commit 2bd2cf6a6b
1 changed files with 1 additions and 0 deletions

View File

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