- Add missing header to vectors.h that GCC and Clang were complaining about.

This commit is contained in:
Mitchell Richters 2022-08-29 20:01:06 +10:00 committed by Christoph Oelckers
parent 01ed871239
commit 7286585998

View file

@ -47,6 +47,7 @@
#include "xs_Float.h"
#include "math/cmath.h"
#include "basics.h"
#include "cmdlib.h"
#define EQUAL_EPSILON (1/65536.)