X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=planner.h;h=1b4938b36e7eb04560342e9403baeec3499d896f;hp=4846fd9166a908b0a0d54b7b592455d24cfce0b5;hb=066d3c3659f52a73a0344c3e08989cc73a15164b;hpb=eb5481635b31a8517a2f443ca7b414e4ff515028 diff --git a/planner.h b/planner.h index 4846fd9..1b4938b 100644 --- a/planner.h +++ b/planner.h @@ -1,12 +1,14 @@ #ifndef __PLANNER_H__ #define __PLANNER_H__ + #include +#include "node.h" class Planner { public: protected: Node start; - std::hash_map addedNodes; + std::hash_map addedNodes; }; #endif