From 63195b01794e42243b1bcac01de43eccaa89fade Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 19 Dec 2008 12:48:30 +0000 Subject: 2.5 Compile fix; MAXFLOAT is not defined uniformly on platforms. Note for the coders: ED_types.h: has editor wide defines and structs ED_util.h: has editor wide functions Both includes also are containing old cruft to get things to compile (and work), for later cleanup. --- source/blender/editors/space_sound/sound_header.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_sound') diff --git a/source/blender/editors/space_sound/sound_header.c b/source/blender/editors/space_sound/sound_header.c index 1702b3e06a0..264735b2215 100644 --- a/source/blender/editors/space_sound/sound_header.c +++ b/source/blender/editors/space_sound/sound_header.c @@ -42,6 +42,7 @@ #include "BKE_screen.h" #include "ED_screen.h" +#include "ED_types.h" #include "ED_util.h" #include "WM_api.h" -- cgit v1.2.3