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