changed src so the libpg headers are now used
[physics.git] / src / Entities / Line.h
index 54bec64..a4f94e7 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef LINE_H
 #define LINE_H
 
+#include <pg/Vector2.h>
+
 #include "Particle.h"
-#include "../Vector2.h"
 
 
 /// ***** Header Class *****