mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- add limits.h include to vectors.h for FLT_EPSILON.
This commit is contained in:
parent
60fd79ce23
commit
1fccec32d6
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#define VECTORS_H
|
||||
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include "xs_Float.h"
|
||||
#include "math/cmath.h"
|
||||
|
|
Loading…
Reference in a new issue