[fix] includes

This commit is contained in:
Al
2015-08-07 01:00:26 -04:00
parent f246c2ee95
commit d7ebcd046e
8 changed files with 13 additions and 6 deletions

View File

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