X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FLine.h;h=31a69d3dbc586627d47c800c0977884d5f01ac87;hb=7d8057c331d6ed190990b69cf251e062bc2d3126;hp=e6159d14a6bdacc56f76498ae72267ad6288c5d7;hpb=3d1f081343dc603a3292538eeb9bd794b255deb6;p=physics.git diff --git a/src/Entities/Line.h b/src/Entities/Line.h index e6159d1..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 *****