From 8bf530d0d7d02d3f0330a2eecaccaf53afeab8f2 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 20 Dec 2020 21:53:51 +0100 Subject: [PATCH] Missing file that accompanies 9bcd932bed48486bf5b5f48d24b49329c280462f --- nix/patches/pr622.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 nix/patches/pr622.patch diff --git a/nix/patches/pr622.patch b/nix/patches/pr622.patch new file mode 100644 index 0000000000..8a5bca16f6 --- /dev/null +++ b/nix/patches/pr622.patch @@ -0,0 +1,22 @@ +From a0deb4ce8b43cf3c8b8c0a4225c6be5296446dbd Mon Sep 17 00:00:00 2001 +From: Adam Eri +Date: Tue, 3 Sep 2019 23:30:20 +0200 +Subject: [PATCH] Resolves compile error on macOS + +Resolves "no member named 'isnan' in namespace 'std'" on macOS +--- + GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp b/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp +index 1f9a3eef..dd6f5c59 100644 +--- a/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp ++++ b/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp +@@ -10,6 +10,7 @@ + + #include "GeneratedSaxParserUtils.h" + #include ++#include + #include + #include + #include