--- ray/src/common/tmapluv.c 2008/05/31 18:28:34 3.13 +++ ray/src/common/tmapluv.c 2009/02/09 20:48:08 3.14 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: tmapluv.c,v 3.13 2008/05/31 18:28:34 greg Exp $"; +static const char RCSid[] = "$Id: tmapluv.c,v 3.14 2009/02/09 20:48:08 greg Exp $"; #endif /* * Routines for tone-mapping LogLuv encoded pixels. @@ -12,6 +12,7 @@ static const char RCSid[] = "$Id: tmapluv.c,v 3.13 200 #define LOGLUV_PUBLIC 1 #include +#include #include #include #include "tmprivat.h"