lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4810] Include a required header, resolving a GNU/Linux is


From: Greg Chicares
Subject: [lmi-commits] [4810] Include a required header, resolving a GNU/Linux issue
Date: Wed, 24 Mar 2010 12:06:15 +0000

Revision: 4810
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4810
Author:   chicares
Date:     2010-03-24 12:06:14 +0000 (Wed, 24 Mar 2010)
Log Message:
-----------
Include a required header, resolving a GNU/Linux issue

Modified Paths:
--------------
    lmi/trunk/fenv_lmi_test.cpp

Modified: lmi/trunk/fenv_lmi_test.cpp
===================================================================
--- lmi/trunk/fenv_lmi_test.cpp 2010-03-24 01:24:37 UTC (rev 4809)
+++ lmi/trunk/fenv_lmi_test.cpp 2010-03-24 12:06:14 UTC (rev 4810)
@@ -50,6 +50,7 @@
 // Specify '|| defined __MINGW32__' to test MinGW extensions like FE_PC64_ENV.
 #   include <fenv.h>
 #endif // defined LMI_IEC_559
+#include <math.h>  // C99 rint()
 #include <stdexcept>
 
 std::bitset<CHAR_BIT * sizeof(unsigned long int)> bits(unsigned long int i)





reply via email to

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