util: (trivial) include c99_math.h in rounding.h
Needed for rint/rintf.
This commit is contained in:
@@ -24,9 +24,8 @@
|
|||||||
#ifndef _ROUNDING_H
|
#ifndef _ROUNDING_H
|
||||||
#define _ROUNDING_H
|
#define _ROUNDING_H
|
||||||
|
|
||||||
#include "c99_compat.h" // inline
|
#include "c99_math.h"
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user