Skip to content

Commit

Permalink
libpotassco: add PPC case to string_convert.cpp (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored Jun 17, 2022
1 parent 3cd114e commit 69b677f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/string_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
#include <cerrno>
#include <cstdio>
#include <algorithm>
#if defined(__APPLE__) && defined(__POWERPC__)
#include <xlocale.h>
#endif
#if defined(_MSC_VER)
#pragma warning (disable : 4996)
#define strtod_l _strtod_l
Expand Down

0 comments on commit 69b677f

Please sign in to comment.