Add missing header for MSVC due to 81108ed106

This commit is contained in:
Marek Roszko 2022-07-06 18:04:43 -04:00
parent 81108ed106
commit 1e4d0aa1c0
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include <pcb_calculator_utils.h>
#include <locale.h>
bool findMatch( wxArrayString& aList, const wxString& aValue, int& aIdx )
{