Added an include to tell the compiler where to find wxIsdigit
This commit is contained in:
parent
aef0221d3b
commit
2bd2cf6a6b
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "pin_number.h"
|
||||
#include <wx/crt.h>
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Reference in New Issue