utility: Fixed Vector2 includes

This commit is contained in:
Eberhard Graether
2014-05-12 15:46:00 +02:00
parent 37d0dd33a4
commit c3cd0b7e6f
+2 -1
View File
@@ -1,7 +1,8 @@
#ifndef VECTOR_2_H
#define VECTOR_2_H
#include <math.h>
#include <cmath>
#include <ostream>
template<class T>
class Vector2