openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-devel] forgotten to submit one additional fix for M_PI_2 suppor


From: Ger Hobbelt
Subject: [Openexr-devel] forgotten to submit one additional fix for M_PI_2 support for platforms that don't have this in std headers
Date: Thu, 31 Jul 2008 14:42:14 +0200

I while back (few months) I posted a diff here which defined M_PI_2
for those platforms that haven't got it in the standard run-time lib.

Today I checked the current CVS state and I found I had forgotten to
report one additional line that needed fixing: see the diff below.

--- ../../1original/OpenEXR/src/IlmBase/ImathTest/testQuat.cpp
2007-10-20 03:05:41.000000000 +0200
+++ IlmBase/ImathTest/testQuat.cpp      2008-06-17 08:27:13.000000000 +0200
@@ -38,6 +38,7 @@
 #include "ImathMatrixAlgo.h"
 #include "ImathFun.h"
 #include "ImathLimits.h"
+#include "ImathPlatform.h" /* [i_a] M_PI_2 */
 #include <iostream>
 #include <cassert>
 #include <cmath>



-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web: http://www.hobbelt.com/
 http://www.hebbut.net/
mail: address@hidden
mobile: +31-6-11 120 978
--------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]