mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 16:07:55 +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
|
#define VECTORS_H
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "xs_Float.h"
|
#include "xs_Float.h"
|
||||||
#include "math/cmath.h"
|
#include "math/cmath.h"
|
||||||
|
|
Loading…
Reference in a new issue