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