From 288df0df656ea039f166a141f215db50f546ddd5 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Mon, 6 Oct 2008 06:00:35 +0000 Subject: [PATCH] don't include cfloat by default, it breaks OSX and Linux build --- Extras/readblend/readblend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extras/readblend/readblend.h b/Extras/readblend/readblend.h index 49390cbfe..53ea69aeb 100644 --- a/Extras/readblend/readblend.h +++ b/Extras/readblend/readblend.h @@ -30,7 +30,7 @@ #include #include //size_t for MSVC 6.0 -#include +//#include #include #include "abs-file.h"