Add missing header for MSVC due to 81108ed106
This commit is contained in:
parent
81108ed106
commit
1e4d0aa1c0
|
@ -18,6 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <pcb_calculator_utils.h>
|
#include <pcb_calculator_utils.h>
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
bool findMatch( wxArrayString& aList, const wxString& aValue, int& aIdx )
|
bool findMatch( wxArrayString& aList, const wxString& aValue, int& aIdx )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue