7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-14 19:39:35 +00:00

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

View File

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