utility: Fixed Vector2 includes
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
#ifndef VECTOR_2_H
|
#ifndef VECTOR_2_H
|
||||||
#define VECTOR_2_H
|
#define VECTOR_2_H
|
||||||
|
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
|
#include <ostream>
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
class Vector2
|
class Vector2
|
||||||
|
|||||||
Reference in New Issue
Block a user