aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-05-19 22:49:47 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-05-19 22:49:47 +0100
commit3014c3bc831d613c2de7513aefdc7d3cb711b749 (patch)
tree658734c4f51f5f395a25dd0f6115b2d74db38584 /src
parent8685dbe55fdd50a6a3ce5bab495b9718330af8dd (diff)
downloadYAGE-3014c3bc831d613c2de7513aefdc7d3cb711b749.tar.gz
YAGE-3014c3bc831d613c2de7513aefdc7d3cb711b749.zip
Fixed cmake and making precise vector
Diffstat (limited to 'src')
-rw-r--r--src/vector2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vector2d.cpp b/src/vector2d.cpp
index 88e637c6..9955f12f 100644
--- a/src/vector2d.cpp
+++ b/src/vector2d.cpp
@@ -1,4 +1,4 @@
-#include "Math/vector2d.hpp"
+#include "vector2d.hpp"
namespace yage
{