added stddef include to vmath

This commit is contained in:
Sara 2023-11-20 14:10:40 +01:00
parent 9bc74046d6
commit c6d4351c48

View file

@ -1,6 +1,7 @@
#ifndef _fencer_vmath_h #ifndef _fencer_vmath_h
#define _fencer_vmath_h #define _fencer_vmath_h
#include "stddef.h"
#include <math.h> #include <math.h>
#if VMATH_SDL == 1 #if VMATH_SDL == 1