X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FLine.h;h=31a69d3dbc586627d47c800c0977884d5f01ac87;hb=7d8057c331d6ed190990b69cf251e062bc2d3126;hp=54bec64a2f5c356d46ae1237036baece2f8be8be;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/Entities/Line.h b/src/Entities/Line.h index 54bec64..31a69d3 100644 --- a/src/Entities/Line.h +++ b/src/Entities/Line.h @@ -18,8 +18,10 @@ #ifndef LINE_H #define LINE_H +#include +using namespace bear; + #include "Particle.h" -#include "../Vector2.h" /// ***** Header Class *****