X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEffects%2FGravity.h;h=f7458d39207164943175172b1d6d76b055fff55f;hb=b85b89ba9a2cb0373209e8117046fd308faf0202;hp=91be413d0dda033337d245c7a4b3e604e62bf25e;hpb=3d1f081343dc603a3292538eeb9bd794b255deb6;p=physics.git diff --git a/src/Effects/Gravity.h b/src/Effects/Gravity.h index 91be413..f7458d3 100644 --- a/src/Effects/Gravity.h +++ b/src/Effects/Gravity.h @@ -18,8 +18,10 @@ #ifndef GRAVITY_H #define GRAVITY_H +#include +using namespace pg; + #include "Effect.h" -#include "Vector2.h" /// ***** Header Class *****