- add limits.h include to vectors.h for FLT_EPSILON.

This commit is contained in:
Christoph Oelckers 2017-03-13 09:23:57 +01:00
parent 60fd79ce23
commit 1fccec32d6

View file

@ -41,6 +41,7 @@
#define VECTORS_H
#include <math.h>
#include <limits.h>
#include <string.h>
#include "xs_Float.h"
#include "math/cmath.h"