[fix] Adding stdint.h include to most of the header files for portability

This commit is contained in:
Al
2015-08-07 02:43:27 -04:00
parent 0738a57caa
commit 359a1efb03
20 changed files with 24 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
#define VECTOR_MATH_H
#include <stdlib.h>
#include <stdint.h>
#include <math.h>
#include "vector.h"