lcms: include math.h

Fixes #3053.
This commit is contained in:
wm4 2016-04-15 13:58:41 +02:00
parent fbb5da0010
commit b735c0e207
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*/
#include <string.h>
#include <math.h>
#include "mpv_talloc.h"