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