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