Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 8bf530d

Browse files
committed
Missing file that accompanies 9bcd932
1 parent a3bc159 commit 8bf530d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

nix/patches/pr622.patch

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
From a0deb4ce8b43cf3c8b8c0a4225c6be5296446dbd Mon Sep 17 00:00:00 2001
2+
From: Adam Eri <adam.eri@blackmirror.media>
3+
Date: Tue, 3 Sep 2019 23:30:20 +0200
4+
Subject: [PATCH] Resolves compile error on macOS
5+
6+
Resolves "no member named 'isnan' in namespace 'std'" on macOS
7+
---
8+
GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp | 1 +
9+
1 file changed, 1 insertion(+)
10+
11+
diff --git a/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp b/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp
12+
index 1f9a3eef..dd6f5c59 100644
13+
--- a/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp
14+
+++ b/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp
15+
@@ -10,6 +10,7 @@
16+
17+
#include "GeneratedSaxParserUtils.h"
18+
#include <math.h>
19+
+#include <cmath>
20+
#include <memory>
21+
#include <string.h>
22+
#include <limits>

0 commit comments

Comments
 (0)