mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-22 03:31:26 +00:00
- Add missing header to vectors.h that GCC and Clang were complaining about.
This commit is contained in:
parent
01ed871239
commit
7286585998
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
#include "xs_Float.h"
|
#include "xs_Float.h"
|
||||||
#include "math/cmath.h"
|
#include "math/cmath.h"
|
||||||
#include "basics.h"
|
#include "basics.h"
|
||||||
|
#include "cmdlib.h"
|
||||||
|
|
||||||
|
|
||||||
#define EQUAL_EPSILON (1/65536.)
|
#define EQUAL_EPSILON (1/65536.)
|
||||||
|
|
Loading…
Reference in a new issue