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