Blame SOURCES/0866-Pull-isnan-into-std-namespace-include-cmath-not-math.patch

055751
From 034ff1bfd7c97acd793132c8a50c099af656fb15 Mon Sep 17 00:00:00 2001
055751
From: Matthias Andree <matthias.andree@gmx.de>
055751
Date: Sat, 29 Oct 2016 13:38:27 +0200
055751
Subject: [PATCH 0866/1096] Pull isnan() into std:: namespace, #include
055751
 <cmath>, not <math.h>.
055751
055751
---
055751
 tests/test_modifier.cpp | 2 +-
055751
 1 file changed, 1 insertion(+), 1 deletion(-)
055751
055751
diff --git a/tests/test_modifier.cpp b/tests/test_modifier.cpp
055751
index 9c6def6..f087917 100644
055751
--- a/tests/test_modifier.cpp
055751
+++ b/tests/test_modifier.cpp
055751
@@ -3,7 +3,7 @@
055751
 #ifdef _MSC_VER
055751
 #define _USE_MATH_DEFINES
055751
 #endif
055751
-#include <math.h>
055751
+#include <cmath>
055751
 #include "lensfun.h"
055751
 
055751
 typedef struct {
055751
-- 
055751
1.8.3.1
055751