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