mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0f0ddf86fe
commit
176d49c591
1 changed files with 2 additions and 0 deletions
2
units.h
2
units.h
|
@ -1,6 +1,8 @@
|
|||
#ifndef UNITS_H
|
||||
#define UNITS_H
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue