X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FPoint.h;h=2f993cc50fe1341255bd45bcee1921867b866b42;hb=b85b89ba9a2cb0373209e8117046fd308faf0202;hp=e0277f77cea4050b8e9e4c7c71d6866ae62ccf8f;hpb=3d1f081343dc603a3292538eeb9bd794b255deb6;p=physics.git diff --git a/src/Entities/Point.h b/src/Entities/Point.h index e0277f7..2f993cc 100644 --- a/src/Entities/Point.h +++ b/src/Entities/Point.h @@ -18,8 +18,10 @@ #ifndef POINT_H #define POINT_H +#include +using namespace pg; + #include "Particle.h" -#include "Vector2.h" /// ***** Header Class *****