summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dxfdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxfdata.h b/src/dxfdata.h
index bada031..79bfba9 100644
--- a/src/dxfdata.h
+++ b/src/dxfdata.h
@@ -30,7 +30,7 @@ public:
}
};
- std::vector<Vector2d> points;
+ std::vector<Vector2d, Eigen::aligned_allocator<Eigen::Vector2d> > points;
std::vector<Path> paths;
std::vector<Dim> dims;
contact: Jan Huwald // Impressum