summaryrefslogtreecommitdiff
path: root/src/dxfdim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxfdim.h')
-rw-r--r--src/dxfdim.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/dxfdim.h b/src/dxfdim.h
index 5dc0ae0..bd42109 100644
--- a/src/dxfdim.h
+++ b/src/dxfdim.h
@@ -1,13 +1,10 @@
#ifndef DXFDIM_H_
#define DXFDIM_H_
-//#include <boost/unordered_map.hpp>
-#include <map>
+#include <boost/unordered_map.hpp>
#include "value.h"
-//extern boost::unordered_map<std::string,Value> dxf_dim_cache;
-//extern boost::unordered_map<std::string,Value> dxf_cross_cache;
-extern std::map<std::string,Value> dxf_dim_cache;
-extern std::map<std::string,Value> dxf_cross_cache;
+extern boost::unordered_map<std::string,Value> dxf_dim_cache;
+extern boost::unordered_map<std::string,Value> dxf_cross_cache;
#endif
contact: Jan Huwald // Impressum