mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
util: (trivial) include c99_math.h in rounding.h
Needed for rint/rintf.
This commit is contained in:
parent
c03247bae0
commit
3f797ef0c0
1 changed files with 1 additions and 2 deletions
|
|
@ -24,9 +24,8 @@
|
|||
#ifndef _ROUNDING_H
|
||||
#define _ROUNDING_H
|
||||
|
||||
#include "c99_compat.h" // inline
|
||||
#include "c99_math.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue