Add math.h because of usage of rint()

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-05-14 00:32:48 +02:00 committed by Dirk Hohndel
parent 0f0ddf86fe
commit 176d49c591

View file

@ -1,6 +1,8 @@
#ifndef UNITS_H
#define UNITS_H
#include <math.h>
#ifdef __cplusplus
extern "C" {
#endif