Skip to content

Commit

Permalink
Cygwin build fix
Browse files Browse the repository at this point in the history
Ensures strtod_l is provided
  • Loading branch information
landswellsong committed Nov 26, 2024
1 parent f6ae92e commit d2a4e7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/input_output/string_utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ string::find() functions were formerly used.
INCLUDES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#ifdef __CYGWIN__
#define _GNU_SOURCE 1
#endif
#include <errno.h>
#include <iostream>
#include <sstream>
Expand Down

0 comments on commit d2a4e7b

Please sign in to comment.