diff options
author | cathook <b01902109@csie.ntu.edu.tw> | 2014-04-22 21:37:53 +0800 |
---|---|---|
committer | cathook <b01902109@csie.ntu.edu.tw> | 2014-04-22 21:37:53 +0800 |
commit | 5d4e65d6209a078fce2ef094ff2cb812b040513e (patch) | |
tree | db0b58b3192e69457b35671f88073e399a67f657 /meowpp/dsa/KD_Tree.h | |
parent | ac6d2fcb7b1a77455895fa65b42502c9b29823fd (diff) | |
download | meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.gz meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.zst meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.zip |
update readme
Diffstat (limited to 'meowpp/dsa/KD_Tree.h')
-rw-r--r-- | meowpp/dsa/KD_Tree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meowpp/dsa/KD_Tree.h b/meowpp/dsa/KD_Tree.h index 035d6eb..216d9c9 100644 --- a/meowpp/dsa/KD_Tree.h +++ b/meowpp/dsa/KD_Tree.h @@ -1,11 +1,10 @@ #ifndef KD_Tree_H__ #define KD_Tree_H__ -#include <list> #include <vector> #include <cstdlib> #include <queue> -#include <utility.h> +#include "../utility.h" namespace meow{ //# |