summaryrefslogtreecommitdiff
path: root/src/dxfdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxfdata.h')
-rw-r--r--src/dxfdata.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dxfdata.h b/src/dxfdata.h
index d24541c..d138e7a 100644
--- a/src/dxfdata.h
+++ b/src/dxfdata.h
@@ -1,8 +1,8 @@
#ifndef DXFDATA_H_
#define DXFDATA_H_
-#include <vector>
#include <Eigen/Dense>
+#include <vector>
using Eigen::Vector2d;
@@ -30,7 +30,11 @@ public:
}
};
+#ifdef __APPLE__
std::vector<Vector2d, Eigen::aligned_allocator<Vector2d> > points;
+#else
+ std::vector<Vector2d> points;
+#endif
std::vector<Path> paths;
std::vector<Dim> dims;
contact: Jan Huwald // Impressum