From 69b677f026c53d5a0a794db17691a1eb8bce8c6b Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Fri, 17 Jun 2022 20:50:40 +0700 Subject: [PATCH] libpotassco: add PPC case to string_convert.cpp (#15) --- src/string_convert.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/string_convert.cpp b/src/string_convert.cpp index 5f82ac2..fc10736 100644 --- a/src/string_convert.cpp +++ b/src/string_convert.cpp @@ -25,6 +25,9 @@ #include #include #include +#if defined(__APPLE__) && defined(__POWERPC__) +#include +#endif #if defined(_MSC_VER) #pragma warning (disable : 4996) #define strtod_l _strtod_l