Looks like clang (or OSX?) needs an extra include....

This commit is contained in:
Jeff Young 2021-09-23 20:14:03 +01:00
parent 671aec5da6
commit b065ff33dc
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <locale_io.h>
#include <wx/intl.h>
#include <clocale>
// When reading/writing files, we need to swtich to setlocale( LC_NUMERIC, "C" ).
// Works fine to read/write files with floating point numbers.