diff options
Diffstat (limited to 'meowpp/dsa/KD_Tree.h')
-rw-r--r-- | meowpp/dsa/KD_Tree.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meowpp/dsa/KD_Tree.h b/meowpp/dsa/KD_Tree.h index 216d9c9..b4e579c 100644 --- a/meowpp/dsa/KD_Tree.h +++ b/meowpp/dsa/KD_Tree.h @@ -1,10 +1,10 @@ -#ifndef KD_Tree_H__ -#define KD_Tree_H__ +#ifndef dsa_KD_Tree_H__ +#define dsa_KD_Tree_H__ -#include <vector> #include <cstdlib> + +#include <vector> #include <queue> -#include "../utility.h" namespace meow{ //# @@ -159,4 +159,4 @@ namespace meow{ #include "KD_Tree.hpp" -#endif // KD_Tree_H__ +#endif // dsa_KD_Tree_H__ |