]> ruin.nu Git - popboot.git/blobdiff - planner.h
added node class
[popboot.git] / planner.h
index e2207757d0a1329619adbac00a9e16a66ac19a02..4846fd9166a908b0a0d54b7b592455d24cfce0b5 100644 (file)
--- a/planner.h
+++ b/planner.h
@@ -1,10 +1,12 @@
 #ifndef __PLANNER_H__
 #define __PLANNER_H__
+#include <hash_map>
 
 class Planner {
        public:
 
        protected:
                Node start;
-               hash_map addedNodes;
+               std::hash_map addedNodes;
+};
 #endif