|
From: Foster B. <fos...@us...> - 2005-04-11 17:06:09
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9995/adobe-source/adobe Modified Files: cmath.hpp Log Message: xstr error handling progress; small change to cmath to get it compiling again in MWCW Index: cmath.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/cmath.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cmath.hpp 10 Apr 2005 08:15:14 -0000 1.3 --- cmath.hpp 11 Apr 2005 17:06:00 -0000 1.4 *************** *** 22,27 **** #define ADOBE_CMATH_HPP ! #include <boost/config.hpp> ! #include "config.hpp" #include <cmath> --- 22,26 ---- #define ADOBE_CMATH_HPP ! #include <adobe/config.hpp> #include <cmath> |