Add missing header

This commit is contained in:
Simon Richter 2018-09-22 22:32:43 +02:00 committed by Wayne Stambaugh
parent c95c6c8db7
commit 1253020a8b
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
#include <wx/tokenzr.h> #include <wx/tokenzr.h>
#include <wx/wupdlock.h> #include <wx/wupdlock.h>
#include <cctype>
// Helper function to shorten conditions // Helper function to shorten conditions
static bool empty( const wxTextCtrl* aCtrl ) static bool empty( const wxTextCtrl* aCtrl )
{ {