diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:58:30 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:58:30 (GMT) |
commit | a9045315baac2e8bd24428668cfa88f116984af7 (patch) | |
tree | a59e5c7672b50e074a58feda7ee7a2310725a0c1 /src/dxfdata.cc | |
parent | 702525f69c0c9b7dbeb9f07efd4d9acaf9ead65d (diff) |
rewrite Eigen detection in CMakelists. cleanup files for pull request.
Diffstat (limited to 'src/dxfdata.cc')
-rw-r--r-- | src/dxfdata.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dxfdata.cc b/src/dxfdata.cc index 0e18dd0..4258a4c 100644 --- a/src/dxfdata.cc +++ b/src/dxfdata.cc @@ -39,6 +39,7 @@ #include <boost/algorithm/string.hpp> #include <algorithm> #include <sstream> +#include <map> #include <QDir> #include "value.h" |