X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FEntities%2FPolygon.h;h=5d8d10d744dd7a636dfe0ef8620f6bda54d5c403;hp=d775352f064c3f6114c8f0ab47bf7d3bad77ed56;hb=3d1f081343dc603a3292538eeb9bd794b255deb6;hpb=2688190c40c02fd4f839c4a7d5c671744bbdc2ad diff --git a/src/Entities/Polygon.h b/src/Entities/Polygon.h index d775352..5d8d10d 100644 --- a/src/Entities/Polygon.h +++ b/src/Entities/Polygon.h @@ -19,7 +19,7 @@ #define POLYGON_H #include "PhysicsEntity.h" -#include "../Vector2.h" +#include "Vector2.h" #include using std::vector;