Skip to content

Commit

Permalink
Cygwin build fix (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
landswellsong authored Dec 14, 2024
1 parent f6ae92e commit 2bdf0d4
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 2bdf0d4

Please sign in to comment.